代码搜索结果

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

pi_limptmove2.m

function limptmove2(); hobj=gco; axes1=gca; % original positions of lines, will be import when reposition pts=get(axes1,'userdata'); xdat=get(axes1,'xlim'); ydat=get(axes1,'ylim'); cpt=get(axes

pi_axis_options.m

function PI_axis_options(hObject, eventdata, handles) mainax=findobj(gcf,'type','axes','tag','MAINAXES'); posax=findobj(gcf,'type','axes','tag','POSITIONAXES'); axes1=mainax; h=get(gcf,'userdata')

pi_init_image.m

function PI_init_image(); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS CLOSEREQUEST global CHECK_GLOBAL if(isempty(CHECK_GLOBA

pi_positionaxes_linemotionend.m

function PI_positionaxes_linemotionend(hObject, eventdata, handles) h=get(gcf,'userdata'); hmsg=h(2); hi=h(5); set(gcf,'windowbuttonmotionfcn',[]); mainax=findobj(gcf,'type','axes','tag','MAINAXE

pi_positionaxes_linemotion.m

function PI_positionaxes_linemotion(hObject, eventdata, handles) h=get(gcf,'userdata'); hi=h(5); hvertscrol=h(16); hhorscrol=h(17); mainax=findobj(gcf,'type','axes','tag','MAINAXES'); posax=find

pi_axes_buttondown.m

function PI_axes_buttondown mainax=findobj(gcf,'type','axes','tag','MAINAXES'); posax=findobj(gcf,'type','axes','tag','POSITIONAXES'); h=get(gcf,'userdata'); hzoompick=h(9); value=get(hzoompick,'

pi_limcentmove2.m

function limcentmove2(hObject, eventdata, handles) axes1=gca; h=get(gcf,'userdata'); hi=h(5); hlimbox=h(14); xlimits=get(hi,'xdata'); xlimits=sort([xlimits(1) xlimits(end)]); ylimits=get(hi,'

pi_positionaxes_linebuttondown.m

function PI_positionaxes_linebuttondown(hObject, eventdata, handles) mainax=findobj(gcf,'type','axes','tag','MAINAXES'); set(get(mainax,'children'),'erasemode','xor'); posax=findobj(gcf,'type','axe

pi_limlnmove2.m

function limlnmove2(); hobj=gco; axes1=gca; pt=get(axes1,'userdata'); xdat=get(axes1,'xlim'); ydat=get(axes1,'ylim'); cpt=get(axes1,'currentpoint'); newxln=sort([xdat(1) cpt(1,1) xdat(2)]); ne