代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/491824/6426819

m nndlay1.m

function yprime = nndlay1(t,y) %NNDLAY1 Calculates the derivative for layer 1 of the Grossberg network % % NNDLAY1(t,y) % t - Current time % y - Current output % Returns dy. % Copyri
www.eeworm.com/read/491824/6426866

m nndalay1.m

function yprime = nndalay1(t,y) %NNDALAY1 Calculates the derivative for layer 1 of the Grossberg network % % NNDALAY1(t,y) % t - Current time % y - Current output % Returns dy. % $R
www.eeworm.com/read/491824/6426911

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization consta
www.eeworm.com/read/479998/6674561

xml plotcompnative.xml

PlotCompNative
www.eeworm.com/read/479998/6674563

xml plotcomp.xml

PlotComp The Plotter
www.eeworm.com/read/476907/6754119

m flxor.m

function z = flxor(x,y) %FLXOR Perform integer exclusive OR (XOR) computation. % %WARNING: This is an obsolete function and may be removed in the future. % Please use BITXOR instead. %
www.eeworm.com/read/263805/11341671

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/406594/11439477

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/259886/11759432

m nndlay1.m

function yprime = nndlay1(t,y) %NNDLAY1 Calculates the derivative for layer 1 of the Grossberg network % % NNDLAY1(t,y) % t - Current time % y - Current output % Returns dy. % Copyri
www.eeworm.com/read/259886/11759593

html demolin2.html