代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/168118/9938741

m pi_limbox_transforms.m

function PI_limbox_transforms(hObject, eventdata, handles) h=get(gcf,'userdata'); hmsg=h(2); hi=h(5); hlimbox=h(14); nm=get(gcbo,'label'); httl=get(gca,'title'); ttl=get(httl,'string'); seis=g
www.eeworm.com/read/168118/9938743

m pi_rescale.m

function rescale(action); if(nargin==1) end mainax=findobj(gcf,'type','axes','tag','MAINAXES'); posax=findobj(gcf,'type','axes','tag','POSITIONAXES'); % try h=get(gcf,'userdata'); hmsg=h(2); h
www.eeworm.com/read/168118/9938745

m pi_limlnoptions.m

function limlnoptions(); h=get(gcf,'userdata'); hlimbox=h(14); limdat=get(hlimbox,'userdata'); limdat={limdat{2} limdat{1} limdat{4}}; stdat=get(gcbo,'userdata'); st={'linestyle' 'marker' 'color
www.eeworm.com/read/168118/9938750

m pi_plotimagebrighten.m

function PlotImageBrighten(); h=get(gcf,'userdata'); hlabel=h(11); hslider=h(12); currlvl=get(hlabel,'userdata'); newlvl=get(hslider,'value'); if(currlvl>newlvl) nsteps=currlvl-newlvl;
www.eeworm.com/read/168118/9938757

m pi_plotimagecolormap.m

function PlotImageColorMap; h=get(gcf,'userdata'); hmsg=h(4); hi=h(5); hscale=h(6); hclip=h(7); %get the data seis=get(hi,'cdata'); %determine old scaling dat=get(hscale,'userdata'); old
www.eeworm.com/read/168118/9938760

m pi_flip.m

function flip(); h=get(gcf,'userdata'); hflip=h(1); hmsg=h(4); pol=get(hflip,'userdata'); pol=-1*pol; clr=get(gcf,'colormap'); colormap(flipud(clr)); set(hflip,'userdata',pol); if(pol==1)
www.eeworm.com/read/168118/9938769

m pi_limlnfigurevis.m

function limlnfigurevis(action); if(strcmp(action,'limlnfigurevis2')) % visiblilty being shut off by measurement figure set(gcf,'visible','off'); h=get(gcf,'userdata'); hvisbutton
www.eeworm.com/read/168118/9938776

m pi_spawnplotimage.m

function SpawnPlotImage(hObject, eventdata, handles) global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS mainax=findobj(gcf,'type','ax
www.eeworm.com/read/168118/9938782

m 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
www.eeworm.com/read/168118/9938788

m 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