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)');