How to add euro symbol in the label of a graph?

5 vues (au cours des 30 derniers jours)
R7 DR
R7 DR le 14 Sep 2017
Hi How to add euro symbol in the label of a graph?
Thanks

Réponses (1)

Walter Roberson
Walter Roberson le 14 Sep 2017
If you are using R2014b or later, then use char(8364) if you are using the default 'interpreter', 'none' or if you are using 'interpreter', 'tex'.
However, if this needs to go into a string with 'interpreter', 'latex' then you are going to have a problem -- unless it happens that the rest of the string does not include any \ directives (... in which case the interpreter did not need to be set to 'latex' anyhow.) It is not known if there is any way to add any optional packages for use with latex in the last couple of releases of MATLAB; there was an obscure way in some of the releases from R2014b to perhaps R2016a or so.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by