代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/154209/11983096

m fdspec.m

function obj = fdspec(varargin) %FDSPEC Constructor for filtdes Specifications object % Syntax: % obj = fdspec('prop1',val1,'prop2',val2,...) creates a new object % obj = fdspec(objstruct)
www.eeworm.com/read/154209/11983226

m get.m

function ans = get(obj,prop) %GET Method for fdmeas object % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ obj = struct(obj); if ~iscell(prop)
www.eeworm.com/read/154209/11983238

m fdmeas.m

function obj = fdmeas(varargin) %FDMEAS Constructor for filtdes Measurements object % Syntax: % obj = fdmeas('prop1',val1,'prop2',val2,...) creates a new object % obj = fdmeas(objstruct) w
www.eeworm.com/read/154209/11983320

m filtview.m

function varargout = filtview(varargin) %FILTVIEW Filter Viewer. % This graphical tool allows you to examine the magnitude and phase % responses, group delay, zeros and poles, and impulse and s
www.eeworm.com/read/343020/11983418

m gui_axlimdlg.m

function Out = GUI_AxLimDlg(message,OptionFlags, AxesHandles) %AXLIMDLG Axes limits dialog box. % FIG = GUI_AxLimDlg(DlgName,OptionFlags, AxesHandles) % creates an axes limit dialog box with na
www.eeworm.com/read/154209/11983444

m sbcmplx.m

function sbcmplx %SBCMPLX Signal Browser Complex Popup callback routine. % Internal function. % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.6 $ % TPK 12/5/95 ud = g
www.eeworm.com/read/154209/11983626

m sbinit.m

function sbinit %SBINIT Initialize signal browser. % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.24 $ save_shh = get(0,'showhiddenhandles'); set(0,'showhiddenhandle
www.eeworm.com/read/154209/11983648

m sptlegend.m

function varargout = sptlegend(varargin) %SPTLEGEND SPTool Legend facility for picking one of multiple items. % % sptlegend(fig,callback,newColorCallback) % initializes sptlegend (call after z
www.eeworm.com/read/154209/11983681

m sptimport.m

function varargout = sptimport(varargin) %SPTIMPORT Import Dialog box for importing data into the SPTool. % [componentNum,struc,importSettings,wd] = ... % sptimport(components,la
www.eeworm.com/read/154209/11983777

m sbarray.m

function varargout = sbarray(varargin) %SBARRAY Array Signals Display Manager for Signal Browser. % [ind,columns] = sbarray(sigs) % Inputs: % sigs - structure array of array signals % Out