代码搜索结果

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

pi_zoomscrollmotion.m

function zoomscrollmotion(action); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS h=get(gcf,'userdata'); hi=h(5); ha=gca; oldp

pi_zoompick.m

function zoompick(); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS h=get(gcf,'userdata'); hmsg=h(2); hi=h(5); hzoompick=h(9);

pi_pick.m

function pick(arg1,arg2,arg3); global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS hax=findobj(gcf,'type','axes','tag','MAINAXES'); clickcheck=get(gcf,'selectiontype'); h=get(gcf,'userdata'); h

pi_movepicklinestop.m

function MovePickLineStop(); h=get(gcf,'userdata'); delete(findobj(gcf,'type','line','tag','PICKMARKER')); delete(findobj(gcf,'type','text','tag','PICKTEXT')); h=get(gcf,'userdata'); hzoompi

pi_init.m

function init(); (compiled==0) scaleopt=[]; mxs2=[]; % set(hscale,'userdata',[scaleopt mxs2 mns smean2 stddev2]); mns=[]; % set(hmaster,'userdata',[mxs smean stddev]); smean2=[]; stddev2=[]; mx

pi_lmptreset.m

function lmptreset(action); h=get(gcf,'userdata'); if(strcmp(action,'lmptreset')) slavefig=gcf; hmaster=h(6); set(0,'currentfigure',hmaster'); h=get(gcf,'userdata'); else h

pi_global.m

function PI_Global(hObject, eventdata, handles) global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP CLOSEREQUEST IMCONTROLS q1='Type of Color Map'; a1='sei

pi_openfile.asv

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

pi_lmlnactivation.m

function LmLnActivation % ------------------------------- % ----- Limit Box Callbacks ----- % ------------------------------- % % This ssction deals with the call backs for the Limit box that act

pi_pickssave.m

function PicksSave global PICKS hfig=gcf; for ii=1:size(PICKS,1) if(PICKS{ii,1}==hfig) picksdata=PICKS{ii,2}; break end end if(isempty(picksdata)) return end [f