Changing Legend Font Using Latex Interpreter

3 次查看(过去 30 天)
Hi,
I want to change the font style of legend using Latex interpreter. I have tried using
h=legend('M1, {$\it{p_{\mathrm{s}}}$}=\rm{1}, Num.','M1, $\it{p_{\mathrm{s}}}$=\rm{1}, Sim.','M1, $\it{p_{\mathrm{s}}}$=\rm{0.9}, Num.','M1, $\it{p_{\mathrm{s}}}$=\rm{0.9}, Sim.','M2, $\it{p_{\mathrm{s}}}$=\rm{1}, Num.','M2, $\it{p_{\mathrm{s}}}$=\rm{1}, Sim.','M2, $\it{p_{\mathrm{s}}}$=\rm{0.9}, Num.','M2, $\it{p_{\mathrm{s}}}$=\rm{0.9}, Sim.','Location','NorthWest');
set(h, 'Interpreter', 'LaTex','Fontname','Times New Roman','Fontsize',16);
But it does not work. Font style changes to default Latex style.
I will be thankful for your support.
  7 个评论

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

产品


版本

R2013b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by