matlab 第五章 数据和函数的可视化

matlab 第五章 数据和函数的可视化

 

 5.1 二维曲线绘图的基本操作

plot指令的基本调用格式

matlab 第五章 数据和函数的可视化

 

 

 

matlab 第五章 数据和函数的可视化

matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 

 

 

matlab 第五章 数据和函数的可视化

 

 

matlab 第五章 数据和函数的可视化

 

用图形表示连续调制波形以及其他包络线 

matlab 第五章 数据和函数的可视化

 

关于axis:

axis主要是用来对坐标轴进行一定的缩放操作,其操作命令主要如下:

1、axis( [xmin xmax ymin ymax] )    设置当前坐标轴 x轴 和 y轴的限制范围

2、axis( [xmin xmax ymin ymax zmin zmax cmin cmax] ) 设置 x,y,z轴的限制范围和色差范围。
3、v = axis 返回一个行向量,记录了坐标范围

4、axis auto 解除限制,恢复到默认状态
比如,下面的一个例子:

 

 matlab 第五章 数据和函数的可视化

 

 

使用axis对坐标轴进行缩放,

>> axis([2,5,-0.5,0.8])
matlab 第五章 数据和函数的可视化

 

 参考:https://blog.csdn.net/qq_25018077/article/details/87873702

 

多次叠绘,双纵坐标和多子图

matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 

matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 matlab 第五章 数据和函数的可视化

 

 

 

利用hold绘制离散信号的波形

 

 matlab 第五章 数据和函数的可视化

 

上一篇:python归一化函数MinMaxScaler的理解


下一篇:解读RSAC 2021丨创新沙盒TOP 10,其实都在干一件事