Are some Greek characters not supported?

14 vues (au cours des 30 derniers jours)
Paul McKenzie
Paul McKenzie le 19 Mar 2018
Commenté : Walter Roberson le 19 Mar 2018
In R2017b, I tried to use \varphi in a legend and got the error message:
*Warning: Error updating Legend.
Character vector must have valid interpreter syntax:
\varphi*
If I shorten it to \phi , it displays as expected. What's going on?

Réponses (1)

Walter Roberson
Walter Roberson le 19 Mar 2018
\varphi requires interpreter latex, and requires math mode (that is, enclosed in $)
text(1,1,'$\phi \varphi$', 'interpreter', 'latex')
  8 commentaires
Paul McKenzie
Paul McKenzie le 19 Mar 2018
That URL seems to suggest that it's a TeX 'limitation' and not something that Mathworks can (easily) fix.
Walter Roberson
Walter Roberson le 19 Mar 2018
If you look at the comprehensive list of LaTeX symbols http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf, you will find that \alpha and so on are table 184, well inside Section 3 describing Mathematics Mode

Connectez-vous pour commenter.

Catégories

En savoir plus sur Labels and Annotations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by