代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

pi_movepickline.m

function MovePickLine(); global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS delete(findobj(gcf,'type','line','tag','PICKMARKER')); delete(findobj(gcf,'type','text','tag','PICKTEXT')); hobj=gc

pi_killlimitlines.m

function KillLimitLines(arg1) % Killing limit lines global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS if(nargin

pi_movepicklinemotion.m

function MovePickLineMotion(); newpt=get(gca,'currentpoint'); xdat=get(gca,'xlim'); ydat=get(gca,'ylim'); nm=get(gco,'tag'); switch nm case 'PICKMARKER' xdat=sort([xdat(1) newpt(1,1

pi_closeplotimage.m

function ClosePlotImage % Closing Plot image global PICKS PICKCOLOR ZOOM_VALUE ZOOM_LOCKS limfig=findobj(0,'type','figure','tag','MVLINESMEASUREMENTS'); h=get(gcf,'userdata'); hlimbox=h(14); lim

pi_changeproperties.m

function ChangeProperties(arg1) global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP if(nargin

pi_limmoveend.m

function limmoveend(); % this routine occures at the end of moving the limit lines. It ensure % that the limit box parts are reset to the original order. This section % also forces the limit line

pi_movepicklinestart.m

function MovePickLineStart(); nm=get(gco,'tag'); switch nm case 'PICKMARKER' set(gcf,'name','Click & Hold MB1 on Markers to move. MB3 menu, or function change to stop line moving')

pi_openfile.m

function OpenFile(smat,t,dist) ylbl='Samples'; xlbl='Columns'; if(nargin

pi_movepicklineend.m

function MovePickLineEnd(); global PICKS h=get(gcf,'userdata'); hmsg=h(2); set(findobj(gcf,'type','line','tag','PICKS'),'erasemode','normal'); set(gcf,'windowbuttonmotionfcn','','windowbuttonupf

pi_zoomscroll.m

function zoomscroll(); h=get(gcf,'userdata'); hi=h(5); imxdat=get(hi,'xdata'); imydat=get(hi,'ydata'); ha=gca; axdat=get(ha,'xlim'); aydat=get(ha,'ylim'); delete(findobj(gcf,'type','line','tag