代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/479067/6698844
m blkdiag.m
function y = blkdiag(varargin)
%BLKDIAG Block diagonal concatenation of input arguments.
%
% |A 0 .. 0|
% Y = BLKDIAG(A,B,...) produces |0 B .. 0|
%
www.eeworm.com/read/408531/11383514
txt mcc-log.txt
This is the output from running MATLAB Add-in.
Please close this window after viewing it.
--------------MCC/MEX BEGIN---------------
/y /c mex.bat -k "E:\MATLAB\ShortEst\mcc.mak" -no_setup -v "E:\mat
www.eeworm.com/read/400206/11580715
txt mcc-log.txt
This is the output from running MATLAB Add-in.
Please close this window after viewing it.
--------------MCC/MEX BEGIN---------------
mcc -k "D:\VCtest\mcc.mak" -/n -m -A line:on -g libmmfile.mlib -vh
www.eeworm.com/read/259886/11759445
m nndalay2.m
function yprime = nndalay2(t,y)
%NNDALAY2 Calculates the derivative for layer 2 of the Grossberg network
%
% NNDALAY2(t,y)
% t - Current time
% y - Current output
% Returns dy.
% $Rev
www.eeworm.com/read/259886/11759458
m nndpend.m
function yprime = nndpend(t,y)
%NNDPEND Dynamical model of a pendulum.
%
% NNDPEND(T,Y)
% T - Time
% Y - State = [angle; angular velocity]
% Returns Derivative of state vector.
% $
www.eeworm.com/read/259886/11759472
m nndhop.m
function yprime = nndhop(t,y)
%NNDHOP Calculates the derivative for Hopfield network
%
% NNDHOP(t,y)
% t - Current time
% y - Current output
% Returns dy.
% Copyright 1994-2002 PWS Pu
www.eeworm.com/read/259886/11759534
m nndao.m
function yprime = nndao(t,y)
%NNDAO Calculates derivative for orienting subsystem of ART network
%
% NNDAO(t,y)
% t - Current time
% y - Current output
% Returns dy.
% $Revision: 1.7
www.eeworm.com/read/259886/11759569
m nndhopi.m
function yprime = nndhopi(t,y)
%NNDHOPI Calculates the derivative for sample Hopfield network
%
% NNDHOPI(t,y)
% t - Current time
% y - Current output
% Returns dy
% Copyright 1994-2002 P