Unrecognized characters
古いコメントを表示
On editor or command window the characters are OK, but not in the figure.
When I enter
figure
text(0.5,0.5,'testing characters a, á, ã, â')
I get "testing characters a, Ãi, ã, â" on my figure
How can I solve it?
Thank you RP
5 件のコメント
Sean de Wolski
2012 年 2 月 22 日
Copying and pasting what you have works fine on my system - Windows R2011b.
Sven
2012 年 2 月 22 日
Me too - no problem with encoding on Win7, R2011b.
You say it looks fine on the command line... what happens when you run:
figure, t = text(0.5,0.5,'test a, á, ã, â')
get(t,'String')
?
R P
2012 年 3 月 1 日
R P
2012 年 3 月 1 日
R P
2012 年 3 月 1 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!