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!