码迷,mamicode.com
首页 > 其他好文 > 详细

matlab坐标轴设置

时间:2021-03-29 12:17:55      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:其他   load   alt   rgba   div   特殊字符   loading   color   src   

T=0.0001;
t=0:T:20;
m=sin(6*pi*t);
plot(t,m);
axis([0 2*pi -1.1 1.1]);
%使用 TeX 标记将希腊字母和其他特殊字符包括在标签中
xlabel({时间/s,0 \leq x \leq 2\pi});ylabel(电压/V);
title(m(t)=sin(6*\pi*t));

技术图片

技术图片

matlab坐标轴设置

标签:其他   load   alt   rgba   div   特殊字符   loading   color   src   

原文地址:https://www.cnblogs.com/liyou555/p/14585001.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!