代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/194440/8195280
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/194440/8195283
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/194440/8195287
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/194440/8195317
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/194440/8195321
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/194440/8195327
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/194440/8195337
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/194440/8195340
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')
www.eeworm.com/read/194440/8195351
m pi_zoomscroll.m
function zoomscroll();
h=get(gcf,'userdata');
hi=h(5);
imxdat=get(hi,'xdata');
imydat=get(hi,'ydata');
ha=gca;
axdat=get(ha,'xlim');
aydat=get(ha,'ylim');
delete(findobj(gcf,'type','line','tag
www.eeworm.com/read/194440/8195361
m pi_savefile.m
function SaveFile
% Saving files for Plot Image
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
h=get(gcf,'userdata');
hmsg2=h(2