代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/259886/11759797
m nndshunt.m
function yprime = nndshunt(t,y)
%NNDSHUNT Calculates the derivative for a shunting network
%
% NNDSHUNT(T,Y)
% T - Time
% Y - State
% Returns dY.
% $Revision: 1.6 $
% Copyright 1994-
www.eeworm.com/read/259886/11759930
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% $Revision: 1.6 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
%======
www.eeworm.com/read/259886/11759958
m nndrwcir.m
function nndrwcir(x,y,r,c)
%NNDRWCIR Neural Network Design utility function.
% NNDRWCIR(X,Y,R,C)
% X - Horizontal coordinate.
% Y - Vertical coordinate.
% R - Radius.
% C - Color.
www.eeworm.com/read/259886/11759964
m nncallbk.m
function y = nncallbk(demo,command)
%NNCALLBK Neural Network Design utility function.
% NNCALLBK(DEMO,COMMAND)
% DEMO - Name of demo.
% COMMAND - Command.
% Returns string of form: DEMO('CO
www.eeworm.com/read/259886/11760020
m nnpause.m
function nnpause(delay)
%NNPAUSE A Neural Network Design utility function.
% $Revision: 1.6 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
%=