代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/194440/8195183
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/194440/8195193
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/194440/8195210
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/194440/8195214
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/194440/8195226
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/194440/8195237
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/194440/8195244
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/194440/8195254
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
www.eeworm.com/read/194440/8195260
asv pi_figuresizechange.asv
function FigureSizeChange
% changes the look of the plotimage figure for publishable purposes
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
haxs=findobj(gcf,'type','axes','tag','MAINAXES')
www.eeworm.com/read/194440/8195274
m 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