代码搜索:Matlab;trainning
找到约 10,000 项符合「Matlab;trainning」的源代码
代码结果 10,000
www.eeworm.com/read/468683/6986548
txt matlab.txt
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
实例1:三角函数曲线(1)
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','实例01');
h1=axes
www.eeworm.com/read/466203/7040996
pdf matlab.pdf
www.eeworm.com/read/466244/7041501
rar matlab程序.rar
www.eeworm.com/read/464880/7061695
doc matlab.doc
www.eeworm.com/read/274556/7126949
mat matlab.mat
www.eeworm.com/read/252791/7152396
pdf matlab.pdf
www.eeworm.com/read/464315/7165519
m matlab.m
function varargout = matlab(varargin)
% MATLAB M-file for matlab.fig
% MATLAB, by itself, creates a new MATLAB or raises the existing
% singleton*.
%
% H = MATLAB returns the handl
www.eeworm.com/read/464315/7165535
fig matlab.fig
www.eeworm.com/read/464315/7165536
asv matlab.asv
function varargout = matlab(varargin)
% MATLAB M-file for matlab.fig
% MATLAB, by itself, creates a new MATLAB or raises the existing
% singleton*.
%
% H = MATLAB returns the handl
www.eeworm.com/read/464284/7166889
txt matlab.txt
x=[-0.4:0.04:3.6];
y=8+2*exp(1-x.^2).*cos(2*pi*x);
net=newff(minmax(x),[20,1],{'tansig','purelin'});
y1=sim(net,x);
net.trainParam.epochs=50;
net.trainParam.goal=0.01;
net=train(net,x,y);