代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
www.eeworm.com/read/274773/10853398
txt readme.txt
Getting the Mastering MATLAB Toolbox
The Mastering MATLAB Toolbox may be obtained from the following archive sites:
ftp://ftp.eece.maine.edu/pub/mm5/
http://www.eece.maine.edu/mm
This vers
www.eeworm.com/read/272527/10954231
txt readme.txt
Getting the Mastering MATLAB Toolbox
The Mastering MATLAB Toolbox may be obtained from the following archive sites:
ftp://ftp.eece.maine.edu/pub/mm5/
http://www.eece.maine.edu/mm
This vers
www.eeworm.com/read/418157/10963696
xml info.xml
14
SDtoolbox
simulink
$toolbox/simulink/simulink/simulinkicon.gif
SDtoolboxhelp
www.eeworm.com/read/417350/10993467
txt 07-15.txt
例7-15 使用finverse函数进行反函数运算。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> syms x y
>> f = x^2+y]
>> f = x^2+y
f =
x^2+y
>> finverse(f,y)
ans =
-x^2+y
>> finverse(f)
Warning: finverse(x^2+y) is not un
www.eeworm.com/read/270946/11018962
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/343753/6963588
m traintr.m
function [a,b,c,d,e,f,g,h] = traintr(i,j,k,l,m,n,o,p,q,r,s,t,u,v,x,y,z)
%TRAINTR trains a feed-forward network with 2 or 3 hidden layers
%using the Gauss-Newton method on a Tikhonov regularized proble
www.eeworm.com/read/343753/6963589
m trainltr.m
function [a,b,c,d,e,f,g,h] = trainltr(i,j,k,l,m,n,o,p,q,r,s,t,u,v,x,y,z)
%
%TRAINLTR trains a large feed-forward network with 2 or 3 hidden layers
%using a truncated Gauss-Newton method on a Tikhonov
www.eeworm.com/read/343753/6963600
m ttr3.m
function [w1,b1,w2,b2,w3,b3,tr,rq] = ttr3(w1,b1,f1,w2,b2,f2,w3,b3,f3,...
xc,P,T,VA,VAT,TE,TET,TP)
%TTR3 Trains a feed-forward network with one hidden layer
%using the Gauss-Newton method on a Ti