Change LATEX interpreter font in xlabel, ylabel, title

  • Follow


How do I change the LATEX interpreter font in xlabel, ylabel, or title to MATLAB default helvetica size 10?

The code I am working with is:
ylabel('$\ddot{\theta_X} [\frac{deg}{s}]$','interpreter','latex');

However, 
ylabel('$\ddot{\theta_X} [\frac{deg}{s}]$','interpreter','latex','fontsize',10,'fontname','Helvetica');
doesn't work -- this just changes the "pre-interpreted" font.
0
Reply David 1/5/2011 10:50:19 PM


0 Replies
923 Views

(page loaded in 0.009 seconds)

Similiar Articles:









7/27/2012 1:22:44 AM


Reply: