代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/200131/15440285

c my_ex1.c

/* * ex1.c * * Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved. */ /* $Revision: 1.6 $ */ #include #include /* used for EXIT_SUCCESS */ #i
www.eeworm.com/read/103618/15727474

c my_ex1.c

/* * ex1.c * * Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved. */ /* $Revision: 1.6 $ */ #include #include /* used for EXIT_SUCCESS */ #i
www.eeworm.com/read/101557/15826448

m dexresp.m

function dexresp(fun,ssflag) %DEXRESP Example response for discrete functions. % % DEXRESP('fun') % Andrew Grace 7-9-90 % Revised 6-21-92 % Copyright (c) 1986-93 by the MathWorks, Inc. if
www.eeworm.com/read/101557/15826537

m contents.m

% Control System Toolbox. % Version 3.0b 3-Mar-93 % Copyright (c) 1986-93 by The MathWorks, Inc. % % Model building. % append - Append system dynamics. % augstate - Augment states
www.eeworm.com/read/101557/15826753

m graderr.m

function graderr(finite_diff_deriv, analytic_deriv, evalstr2) %GRADERR Used to check gradient discrepancy in optimization routines. % Copyright (c) 1990-94 by The MathWorks, Inc. err=max(max(a
www.eeworm.com/read/101557/15826820

m sb2sldat.m

%SB2SLDAT is a script file that includes some constant matrices and vectors. % This script is called by SB2SLMNG and READSB. % Copyright (c) 1990-93 by The MathWorks, Inc. % $Revision: 1.15 $ $D
www.eeworm.com/read/101557/15826887

m optint.m

function [xold,fold,invhess,para]=optint(xnew,fnew,para) %OPTINT Function to initialize FMINU routine. % Copyright (c) 1990 by the MathWorks, Inc. % Andy Grace 7-9-90. lenx=length(xnew); invhes
www.eeworm.com/read/101557/15826954

m sviplot1.m

function [xx] = sviplot1(input); %This function is only used by Call back MATLAB from C-mex funcitons sviterbi.c % Copyright (c) 1996 The MathWorks, Inc. % All Rights Reserved % See al
www.eeworm.com/read/101557/15826956

m sviplot4.m

function x = sviplot4(input); %This function is only used by Call back MATLAB from C-mex funcitons sviterbi.c % Copyright (c) 1996 The MathWorks, Inc. % All Rights Reserved % % See al
www.eeworm.com/read/101557/15826998

m pulsegen.m

function [sys,x0] = pulsegen(t,x,u,flag,height,width,dt) %PULSEGEN generates perfect pulse for communication toolbox. % Wes Wang % Copyright (c) 1995-96 by The MathWorks, Inc. if f