如何在MATLAB中绘制一下信号的波形图? 10
2个回答
展开全部
【1】 MATLAB一般绘制公式对应的图形是二维的,例如二维绘图函数,三维绘图原理类似。
常用的二维绘图函数:
plot(x,y,‘s’)
x,y是向量,分别表示点集的横坐标和纵坐标,s表示线型、颜色、点形
•title(‘加图形标题');
•xlabel('加X轴标记');
•ylabel('加Y轴标记');
•text(X,Y,'添加文本');
•grid on 加网格线
•text(x,y,‘string’) adds the string in quotes(引号) to the location specified by the
point (x,y).
•\bullet ·
•\pi π
•\rightarrow
右箭头
•EdgeColor -- Color of the rectangle's edge
(none by default).
•‘EdgeColor’ ,‘red’
【2】波形图如图所示:
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询