Effacer les filtres
Effacer les filtres

Typesetting in a figure legend

3 vues (au cours des 30 derniers jours)
pxg882
pxg882 le 23 Jan 2013
Hi,
I want to be able to write '\bar{u}' and '\bar{\bar{u}}', for example, in the legend of a figure I have produced. Does anybody know how to do this?
The regular TeX code doesn't seem to work.
Thanks

Réponses (1)

John Petersen
John Petersen le 23 Jan 2013
Try this:
h=legend('$\bar{u}$', '$\bar{\bar{u}}$')
set(h,'interpreter','latex')

Community Treasure Hunt

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

Start Hunting!

Translated by