필터 지우기
필터 지우기

Why Matlab does not show the special characters (e.g.: 'ç' or 'º')

조회 수: 8 (최근 30일)
Arthur Melo
Arthur Melo 2013년 5월 27일
Hello people,
My problem is, when I try to put special characters in matlab, it never shows the correct character.
e.g.: legend('Estação') is shows EstaÃSÃSo
What should I do ?

답변 (1개)

Walter Roberson
Walter Roberson 2013년 5월 27일
I do not know why, but only characters with codes up to 255 can appear at the best of times.
The example you show works fine for me in R2012a.
You might need to change your configured character set to EN_US to get it to work for you. You could get the effect you see if those characters are being coded as UTF-8 for you.

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by