代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/334860/12568193

m startx.m

function xstart = startx(u,l); %STARTX Box-centered point % % xstart = STARTX(u,l) returns centered point. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1998/03/
www.eeworm.com/read/147186/12578621

txt chisquared_readme.txt

From ftp://ftp.mathworks.com/pub/contrib/v4/stats/chisquared/ Chi-squared probability function. Abstract m-files to compute the Chi-squared probability function, and the percentage points of
www.eeworm.com/read/147096/12583804

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/147096/12584044

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/147096/12584632

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/147096/12584815

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/147096/12584944

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/147096/12585111

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/147096/12585115

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/147096/12585213

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