代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/219035/7147250

m contents.m

% Pointers Library % % The idea of the library is taken from DSATX (Data Structures and % Algorithms) toolbox (MathWorks Inc.). Unfortunately, DSATX supplies certain % mex-functions as dll-files
www.eeworm.com/read/461039/7235545

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/440841/7680366

m eigen.m

%displays eigenfaces and the mean face if the database is not EMPTY %partially taken from the software karhunenloeve.m %Author:Alex Chirokov %Available at %http://www.mathworks.com/matlabcentral/f
www.eeworm.com/read/298874/7928571

m lab24a.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criteria
www.eeworm.com/read/298874/7928577

m lab24c.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criter
www.eeworm.com/read/298874/7928579

m lab24b.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criter
www.eeworm.com/read/298874/7928580

m lab24.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criteria
www.eeworm.com/read/398328/7994018

m fcnvectorizer.m

function y = fcnvectorizer(pop,varargin) %FCNVECTORIZER is a utility function used for scalar fitness functions. % Copyright 2003-2004 The MathWorks, Inc. % $Revision: 1.6.4.1 $ $Date: 2004/
www.eeworm.com/read/145495/12717677

txt ftpreadme.txt

The companion software for this book is now located on the MATLAB Central File Exchange at http://www.mathworks.com/matlabcentral/fileexchange. To find a specific book's files, select the "Comp
www.eeworm.com/read/140279/13091029

m linear.m

%% Pattern Association Showing Error Surface % A linear neuron is designed to respond to specific inputs with target outputs. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.14 $ $Dat