Matlab 2013a cannot display Chinese char

조회 수: 4 (최근 30일)
mingming wang
mingming wang 2013년 4월 11일
답변: Anandakumar Selvaraj 2014년 2월 27일
I am using windows 7 64bit with SP1, English edition. Non-unicode setting already set to Chinese(RPC). If I create a txt file, I can input Chinese char and display correctly.
However, In Matlab 2013a, I set font to "Segoe UI". If I input Chinese char, it display as square, which mean matlab cannot show chinese char.
I did not meet this issue in 2012b at least.

답변 (1개)

Anandakumar Selvaraj
Anandakumar Selvaraj 2014년 2월 27일
Try this in your code
feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support
Note:- that UTF-8 can be used for all languages and is the recommended charset on the Internet.

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by