代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/235612/14061987
m pi_deletepickline.m
function DeletePickLine();
h=get(gcf,'userdata');
hmsg=h(2);
global PICKS
delete(findobj(gcf,'type','line','tag','PICKMARKER'));
delete(findobj(gcf,'type','text','tag','PICKTEXT'));
hobj=gco;
www.eeworm.com/read/201449/15408463
pjt csl_usb_demo.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="usb_amadeus"
ProjectDir="C:\userdata\Device\5509\Firmware\csl_usb_demo\"
ProjectType
www.eeworm.com/read/384426/8870132
m compandexpofn.m
function compandexpofn(action, datastruct)
if nargin < 1
action='init';
end
name = mfilename;
figname = [name(1:end-2) '_fig'];
f=findobj('Tag',figname);
handles = get(f,'UserData');
switch action
www.eeworm.com/read/384426/8870144
m quantexpofn.m
function quantexpofn(action, datastruct)
if nargin < 1
action='init';
end
name = mfilename;
figname = [name(1:end-2) '_fig'];
f=findobj('Tag',figname);
handles = get(f,'UserData');
switch action
www.eeworm.com/read/168118/9938756
m pi_zoom.m
function zoom;
global ZOOM_LOCKS
if(strcmp(get(gca,'visible'),'on'))
set(gcf,'pointer','arrow');
h=get(gcf,'userdata');
hi=h(5);
haxs=gca;
hvertscrol=h(16);
hhorscrol=h
www.eeworm.com/read/310212/13654578
m setpos.m
function setpos(obj,fig)
%SETPOS Set positions of axes objects
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
ud = get(fig,'userdata');
% compu
www.eeworm.com/read/154209/11982924
m setpos.m
function setpos(obj,fig)
%SETPOS Set positions of axes objects
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
ud = get(fig,'userdata');
% compu