代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/384880/8835940
m tanh_v5_2.m
function y = tanh(xin)
%TANH Hyperbolic tangent.
% TANH(X) is the hyperbolic tangent of the elements of X.
% C. Moler, 6-17-92
% Copyright (c) 1984-98 by The MathWorks, Inc.
% $Revisi
www.eeworm.com/read/427909/8913031
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/381211/9104114
m pds_plot.m
function pds_plot(v,p,color)
% pds_plot(v,p,color)
%
% This function uses a modification of the Matlab function
% BAR Copyright (c)1984-94 by The MathWorks, Inc. to plot
% a power density spectr
www.eeworm.com/read/381211/9104124
m bar2.m
function bar2(v,p,color)
% bar2(v,p,color)
%
% This function uses a modification of the Matlab function
% "bar", Copyright (c)1984-94 by The MathWorks, Inc. to plot
% an amplitude distribution o
www.eeworm.com/read/184304/9110730
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/184067/9123736
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/181987/9222673
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/376212/9324676
m help_future.m
function help_future(self)
% We intend for SeaGrid to be based solely on portable
% Matlab-5 m-files, independent of MathWorks toolboxes, and
% without any mex-files derived from lower-level langu
www.eeworm.com/read/374406/9407375
m adapt_lms.m
function adapt_lms(block)
% Level-2 M file S-Function for system identification using
% Least Mean Squares (LMS).
% Copyright 1990-2004 The MathWorks, Inc.
% $Revision: 1.1.6.3 $
setup(b
www.eeworm.com/read/373249/9467857
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