代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/424063/10502885
m comermn.m
function comermn(list, f_handle);
% COMERMN
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:05 $
handle = get(gcf, 'UserData');
if ~i
www.eeworm.com/read/313956/13578359
m comermn.m
function comermn(list, f_handle);
% COMERMN
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:05 $
handle = get(gcf, 'UserData');
if ~i
www.eeworm.com/read/219258/14890308
asv mmouse.asv
function mmouse(cmd, handles)
%global waves
hf = handles.mcut;
hw = handles.axes_wave;
ud = get(hf,'userdata');
% GUI not started
if isempty(ud)
return
end
% make sure the mouse i
www.eeworm.com/read/219258/14890310
m mmouse.m
function mmouse(cmd, handles)
%global waves
hf = handles.mcut;
hw = handles.axes_wave;
ud = get(hf,'userdata');
% GUI not started
if isempty(ud)
return
end
% make sure the mouse i
www.eeworm.com/read/486215/1253045
m lclear.m
function status = lclear(handles)
% tstool/lclear
% function status = lremove(handles)
% Loeschen aller Eintraege aus der Listbox und den UserData-Field der Figure, aber keine physik. Entfernung
% de
www.eeworm.com/read/486215/1253052
m lremove.m
function status = lremove(handles)
% tstool/lremove
% function status = lremove(handles)
% Loeschen des aktuellen Eintrags aus der Listbox und den UserData-Field der Figure, aber keine physik. Entfer
www.eeworm.com/read/455463/1614756
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/455463/1614787
m pi_axes_buttondown.m
function PI_axes_buttondown
mainax=findobj(gcf,'type','axes','tag','MAINAXES');
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
h=get(gcf,'userdata');
hzoompick=h(9);
value=get(hzoompick,'
www.eeworm.com/read/455463/1614795
m pi_closeplotimage.m
function ClosePlotImage
% Closing Plot image
global PICKS PICKCOLOR ZOOM_VALUE ZOOM_LOCKS
limfig=findobj(0,'type','figure','tag','MVLINESMEASUREMENTS');
h=get(gcf,'userdata');
hlimbox=h(14);
lim
www.eeworm.com/read/455463/1614804
m pi_importpicks.m
function ImportPicks
% Import picks from other figures in familly
global PICKS PICKCOLOR
h=get(gcf,'userdata');
hmsg=h(2);
% getting name of figure pulling
ttl=get(gcbo,'label');
xx=findstr(tt