How to add euro symbol in the label of a graph?
6 views (last 30 days)
Show older comments
Hi How to add euro symbol in the label of a graph?
Thanks
0 Comments
Answers (1)
Walter Roberson
on 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.
0 Comments
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!