代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/168118/9938789
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/168118/9938796
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
www.eeworm.com/read/168118/9938800
m 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
www.eeworm.com/read/168118/9938802
m 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
www.eeworm.com/read/168118/9938804
m 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
www.eeworm.com/read/168118/9938823
m 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
www.eeworm.com/read/168118/9938825
m 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
www.eeworm.com/read/168118/9938829
m 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
www.eeworm.com/read/168118/9938834
m 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
www.eeworm.com/read/168118/9938837
m 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')