代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/342008/12047570

m rands.m

function [w,b] = rands(s,r) %RANDS Symmetric random generator. % % [W,B] = RANDS(S,R) % S - Number of rows (neurons). % R - Number of columns (inputs). % Returns % W - SxR (weight) matrix of va
www.eeworm.com/read/342008/12047578

m sumsqr.m

function s = sumsqr(a) %SUMSQR Sum squared elements of matrix. % % SUMSQR(A) % A - a matrix. % Returns the sum of squared elements in A. % Mark Beale, 1-31-92 % Copyright (c) 1992-94 by the MathWo
www.eeworm.com/read/342008/12047648

m randnr.m

function w = randnr(s,r) %RANDNR Normalized row random generator. % % RANDNR(S,R) % S - Size of neuron layer (# of rows). % R - Number of inputs (# of columns). % Returns an SxR weight matrix. %
www.eeworm.com/read/152309/12122786

m rands.m

function [w,b] = rands(s,r) %RANDS Symmetric random generator. % % [W,B] = RANDS(S,R) % S - Number of rows (neurons). % R - Number of columns (inputs). % Returns % W - SxR (weight) matri
www.eeworm.com/read/152112/12139048

m readme.m

NUMERICAL METHODS: Matlab Programs (c) 2004 by John H. Mathews and Kurtis D. Fink Complementary Software to accompany the textbook NUMERICAL METHODS: Using Matlab, Fourth Edition ISBN: 0-13-06
www.eeworm.com/read/151851/12168864

m rands.m

function [w,b] = rands(s,r) %RANDS Symmetric random generator. % % [W,B] = RANDS(S,R) % S - Number of rows (neurons). % R - Number of columns (inputs). % Returns % W - SxR (weight) matri
www.eeworm.com/read/151708/12179874

m isrtdxcapable.m

function birtdx = isrtdxcapable(cc) %ISRTDXCAPABLE Returns RTDX capablility of target DSP % B = ISRTDXCAPABLE(CC) returns true if the target DSP % referenced by the CC handle supports Real Tim
www.eeworm.com/read/151708/12179981

m schema.m

function schema % Define public property fields for CCS(tm) object and set appropriate % public access for each. % Copyright 2002 The MathWorks, Inc.
www.eeworm.com/read/151705/12180171

m info.m

function channelNames = info(r) %INFO Return string names of open RTDX(tm) channels. % INFO(R) returns channel names of all open channels in a cell array column % vector of strings. % Copyri
www.eeworm.com/read/151705/12180179

m schema.m

function schema % Define public property fields for RTDX(tm) object and set appropriate % public access for each. % Copyright 2002 The MathWorks, Inc.