代码搜索:MathWorks

找到约 4,523 项符合「MathWorks」的源代码

代码结果 4,523
www.eeworm.com/read/156356/11810110

ps p2.6a.ps

%!PS-Adobe-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: P2.6a.ps %%CreationDate: 02/19/99 10:44:30 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%Langua
www.eeworm.com/read/156308/11813264

m dfildemo.m

%DFILDEMO Nonlinear filter design problem using discrete optimization. % Copyright 1990-2002 The MathWorks, Inc. % $Revision: 1.20 $ $Date: 2002/03/12 20:36:11 $ clf echo on % Example sc
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/11983584

m spthelpstr.m

function str = spthelpstr(tag,fig) %SPTHELPSTR Display Help for SPTOOL % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.4 $ str{1,1} = 'SPTool'; str{1,2} = {['No help
www.eeworm.com/read/152580/12100983

eps multires.eps

%!PS-Adobe-2.0 EPSF-1.2 %%Creator: MATLAB, The Mathworks, Inc. %%Title: multires.eps %%CreationDate: 06/18/2002 17:22:03 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Ye
www.eeworm.com/read/151710/12179690

asm vectors_54x.asm

; Simple Vector table for c54xx processor ; ; Copyright 2002 The MathWorks, Inc. ; $Revision: 1.3 $ $Date: 2002/06/12 15:30:53 $ ; ; ======== vectors.asm ======== ; Plug in the entry point at RESET
www.eeworm.com/read/151704/12180350

m copy.m

function resp = copy(nn) % COPY Creates a copy of an RENUM object. % O = COPY(EN) returns a copy of the ENUM object EN. % % See also ENUM. % Copyright 2002 The MathWorks, Inc. % $Revis
www.eeworm.com/read/151704/12180354

m equivalent.m

function resp = equivalent(en,lorv) %EQUIVALENT Get numeric equivalent of enum label and vice versa. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6 $ $Date: 2002/04/03 19:02:57 $ if i
www.eeworm.com/read/151704/12180403

m copy_structure.m

function dummy = copy_structure(st,resp) % Private. Copies over ST properties to RESP. % Copyright 2002 The MathWorks, Inc. % public properties resp.name = st.name; resp
www.eeworm.com/read/151704/12180795

m disp.m

function dummy = disp(rin) %DISP Display RTDX(tm) channel properties. % DISP(RIN) displays the channel properties of RTDX object RIN. % Copyright 2001-2002 The MathWorks, Inc. % $Revision: 1.1