matlab实用程序百例-matlab实用程序百例.rar

时间:2022-09-02 13:37:08
【文件属性】:

文件名称:matlab实用程序百例-matlab实用程序百例.rar

文件大小:23KB

文件格式:RAR

更新时间:2022-09-02 13:37:08

matlab

matlab实用程序百例-matlab实用程序百例.rar 此压缩包包含了很大的实例程序 对于大家学习Matlab的提高是很有帮助的 提高自己的编程能力也是很有帮助的 例如: 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('parent',h0,...    'visible','off'); x=-pi:0.05:pi; y=sin; plot; xlabel; ylabel; title函数曲线'); grid on 实例2:三角函数曲线(2) function shili02 h0=figure('toolbar','none',...     'position',[200 150 450 350],...     'name','实例02'); x=-pi:0.05:pi; y=sin cos; plot; grid on xlabel; ylabel; title; 实例3:图形的叠加 function shili03 h0=figure('toolbar','none',...     'position',[200 150 450 350],...     'name','实例03'); x=-pi:0.05:pi; y1=sin; y2=cos; plot(x,y1,...     '-*r',...     x,y2,...     '--og'); grid on xlabel; ylabel; title; 实例4:双y轴图形的绘制 function shili04 h0=figure('toolbar','none',...     'position',[200 150 450 250],...     'name','实例04'); x=0:900;a=1000;b=0.005; y1=2*x; y2=cos; [haxes,hline1,hline2]=plotyy; axes) ylabel; axes) ylabel; 实例5:单个轴窗口显示多个图形 function shili05 h0=figure('toolbar','none',...     'position',[200 150 450 250],...     'name','实例05'); t=0:pi/10:2*pi; [x,y]=meshgrid; subplot plot,cos) axis equal subplot z=sin-cos; plot axis subplot h=sin cos; plot axis subplot g=.^2)-.^2); plot axis 更多,参考附件!


【文件预览】:
matlab实用程序百例2.txt
Matlab中文论坛--助努力的人完成毕业设计.url
matlab实用程序百例1.txt
使用帮助:新手必看.htm
matlab实用程序百例3.txt

网友评论