代码搜索:UserData

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

代码结果 4,368
www.eeworm.com/read/147096/12585242

m sbiterr.m

function [sys, x0, str, ts] = sbiterr(t,x,u,flag, num_lin, K, TDelay, Sample) %SBITERR S-function for symbol and bit error. % % This M-file is designed to be used in a SIMULINK S-function block.
www.eeworm.com/read/147096/12585342

m comsave.m

function comsave(com_fig) % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:54:49 $ handle = get(com_fig, 'UserData'); if ~isempty(handle)
www.eeworm.com/read/147096/12585389

m comupdt.m

function comupdt(com_fig, ctr) % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:55:16 $ handle = get(com_fig, 'UserData'); if ~isempty(han
www.eeworm.com/read/147096/12585777

m comtmpo.m

%scrip file for commgui % Wes Wang 12/29/95 % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:55:08 $ handle_com_tmp = get(gcf, 'UserDat
www.eeworm.com/read/134893/13972170

m nnd9nm.m

function nnd9nm(cmd,data) %NND9NM Newton's method demonstration. % First Version, 8-31-95. %================================================================== % BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/134893/13972225

m nnd9sdq.m

function nnd9sdq(cmd,data) %NND9SDQ Steepest descent for quadratic function demonstration. % First Version, 8-31-95. %================================================================== % BRI
www.eeworm.com/read/108859/15573754

m dtsigplt.m

function dtsigplt(mode) %DTSIGPLT Support file for DTSIGGUI and DTSIMGUI % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishi
www.eeworm.com/read/108859/15573776

m ctsigplt.m

function ctsigplt(mode) % CTSIGPLT Support file for CTSIGGUI % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishing Co. % %
www.eeworm.com/read/108859/15573944

m cnvplt4n.m

function cnvplt4n(xs,ys,tx,ty,ts,mode) %Support file for CONVPLOT for use with MATLAB 4.0 and above % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed.
www.eeworm.com/read/103770/15721764

cxx miscapi.cxx

//+----------------------------------------------------------------------- // // Microsoft Windows // // Copyright (c) Microsoft Corporation 1992 - 1996 // // File: miscapi.cxx // // Co