代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
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);
www.eeworm.com/read/463087/7187778
mdl matlab 仿真.mdl
Model {
Name "fai1"
Version 6.6
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersio
www.eeworm.com/read/461584/7224099
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/461348/7228694
pdf matlab.pdf
www.eeworm.com/read/460940/7237272
m matlab.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 用于生成1023的GOLD伪码
% 参考: 1) John G. Proakis, p724, 13-2-4 Generation of PN sequence
% 2) M
www.eeworm.com/read/460325/7253812
pdf matlab.pdf
www.eeworm.com/read/460198/7256065