作者profyang (prof)
看板MATLAB
标题[问题] 使用Latex Interpreter 标坐标轴
时间Thu Oct 25 21:35:31 2012
我现在想用Latex来表示图的坐标轴名称
以下是我的code:
t = 0:0.1:2*pi;
x = sin(t);
plot(t,x,'-*');
ylabel('$\left| \tau_v - \tau_h \right| - \left| \tau_v + \tau_h \right|$',...
'Interpreter','latex','FontSize',16);
重点在於ylabel那边
但是我画出来它y轴座标名称的左边都会有一大片空格...
但我若改成
ylabel('$\left| \tau_v - \tau_h \right|$',...
'Interpreter','latex','FontSize',16);
这样子又没有了= =
有人可以解答一下为啥会这样吗?QQ
感谢!!<(_ _)>
--
正妹也只不过是一组物质波方程的特解罢了(  ̄ c ̄)y▂ξ
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.248.221
※ 编辑: profyang 来自: 140.112.248.221 (10/25 21:41)
※ profyang:转录至看板 LaTeX 10/25 21:48