代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/317389/13505311
doc 复件 主成分分析及matlab应用.doc
www.eeworm.com/read/316840/13516184
ppt 第8章 matlab数值积分与微分.ppt
www.eeworm.com/read/315762/13536759
pdf 第16章 matlab的運算元.pdf
www.eeworm.com/read/315468/13541863
pdf matlab5.3精彩 编程及高级应用.pdf
www.eeworm.com/read/315261/13547776
ppt 第8章 matlab数值积分与微分.ppt
www.eeworm.com/read/313458/13587021
pdf 倒立摆系统的建模及matlab仿真.pdf
www.eeworm.com/read/313458/13587033
pdf 离散事件系统的matlab仿真实现.pdf
www.eeworm.com/read/313329/13590235
txt 拉格郎日插值matlab.txt
>> x=[0.4 0.5 0.6 0.7 0.8];
>> y=[-0.916291 -0.693147 -0.510826 -0.356675 -0.223144];
>> T=interp1(x,y,0.54,'linear') %线性插值
T =
-0.6202
>> T=interp1(x,y,0.54,'nearest') % 最近邻点插值
T =
www.eeworm.com/read/311781/13625872
txt matlab实用程序百例1.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/311781/13625873
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre