How to add euro symbol in the label of a graph?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi How to add euro symbol in the label of a graph?
Thanks
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!