代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/455463/1614782
m pi_pick.m
function pick(arg1,arg2,arg3);
global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
hax=findobj(gcf,'type','axes','tag','MAINAXES');
clickcheck=get(gcf,'selectiontype');
h=get(gcf,'userdata');
h
www.eeworm.com/read/194440/8195230
m 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
www.eeworm.com/read/194440/8195265
m pi_zoomscrollmotion.m
function zoomscrollmotion(action);
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
h=get(gcf,'userdata');
hi=h(5);
ha=gca;
oldp
www.eeworm.com/read/194440/8195277
m pi_pick.m
function pick(arg1,arg2,arg3);
global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
hax=findobj(gcf,'type','axes','tag','MAINAXES');
clickcheck=get(gcf,'selectiontype');
h=get(gcf,'userdata');
h
www.eeworm.com/read/235612/14061902
m 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
www.eeworm.com/read/235612/14061923
m pi_zoomscrollmotion.m
function zoomscrollmotion(action);
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
h=get(gcf,'userdata');
hi=h(5);
ha=gca;
oldp
www.eeworm.com/read/235612/14061931
m pi_pick.m
function pick(arg1,arg2,arg3);
global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
hax=findobj(gcf,'type','axes','tag','MAINAXES');
clickcheck=get(gcf,'selectiontype');
h=get(gcf,'userdata');
h
www.eeworm.com/read/200237/15437111
m plot_all_features.m
function Plot_all_features(handles)
% function Plot_all_features(handles)
USER_DATA = get(handles.wave_clus_figure,'userdata');
par = USER_DATA{1};
inspk = USER_DATA{7};
classes = USER_DATA{6};