图MATLAB中的实线和希腊字母

时间:2014-12-04 17:00:50

标签: matlab plot

**所以基本上我尝试在网上和我的教科书中查找,但我无法弄清楚如何将希腊符号theta插入图例框和轴**

x = linspace(0,2*pi)

figure
plot(x,sin(x),x,sin(x-0.25),'r--')
legend('sin(\theta)','sin(\theta-0.25)')
xlabel(' 0 <= \theta <=2 \pi')
ylabel('fx')
box on 
grid on

0 个答案:

没有答案