代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/433384/7933555
txt matlab实用程序百例2.txt
实例47:曲线标记
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','my second gui');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','on');
x
www.eeworm.com/read/398453/7945611
pdf 利用matlab实现医学图像处理与分析.pdf
www.eeworm.com/read/397866/8017634
ppt 第8章 matlab数值积分与微分.ppt
www.eeworm.com/read/397838/8019711
txt matlab实现计算机模拟排队论.txt
matlab实现计算机模拟排队论
%排队模型的计算机模拟
%排队论是一门研究随即服务系统工作过程的理论和方法
%m表示一个工作日内完成的服务顾客数
%t表示顾客的平均等待时间
clear
i = 2;
w = 0;
e(i - 1) = 0;
x(i) = exprnd(10);
c(i) = x(i);
b(i) = x(i);
while b(i)
www.eeworm.com/read/297051/8057430
pdf c语言与matlab接口:编程与实例.pdf
www.eeworm.com/read/196587/8073930
txt 季节性差分处理matlab.txt
test=datamain(1);
len = test(2);%原始数据个数
i=[1:1:len]';
X=[(i.^0),i,(i.^2)];
Y=[];
for tm=1:1:len
test=datamain(tm);
Y=[Y;test(1)];%读取原始数据
end
YOrigin=Y;%保留原始数据
subplot(3,1,1)
plot(i,
www.eeworm.com/read/296512/8098070
pdf matlab图形技术——绘图及图形用户接口.pdf
www.eeworm.com/read/296190/8118462
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/296190/8118470
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
www.eeworm.com/read/296190/8118476
txt matlab实用程序百例2.txt
实例47:曲线标记
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','my second gui');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','on');
x