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

10 次查看(过去 30 天)
Hi How to add euro symbol in the label of a graph?
Thanks

回答(1 个)

Walter Roberson
Walter Roberson 2017-9-14
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.

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by