代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/424063/10499489

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/424063/10499913

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/424063/10501002

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/424063/10501308

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/424063/10501573

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/424063/10501829

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/424063/10501836

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/424063/10501946

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
www.eeworm.com/read/424063/10502288

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/424063/10502918

m complot2.m

function complot2(bt_flag) % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:54:24 $ if nargin < 1 error('There must be two input varib