如何在Matlab中添加轴标签和标题?
1、t = -pi:pi/100:pi;

2、y = sin(t);

3、plot(t,y)

4、axis([-pi pi -1 1])

5、xlabel('-\pi \leq {\itt} \leq \pi')

6、ylabel('sin(t)')

7、title('Graph of the sine function')

8、text(0.5,-1/3,'{\itNote the odd symmetry.}')

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:75
阅读量:98
阅读量:128
阅读量:140
阅读量:116