How to display Chinese character in edit text box in Matlab GUI?
古いコメントを表示
i Have to display chinese characters from db were i am able to display it in matlab console

But in gui only junk characters is displayed i use
set(handles.edit1, 'String', mandarinTxtOut);%for display text in edittext

採用された回答
その他の回答 (1 件)
Anandakumar Selvaraj
2014 年 2 月 27 日
2 件のコメント
Lino Smaldo
2015 年 2 月 22 日
I tried to use the command
feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support
but it doesn't work, why? please help me
Avishai
2015 年 2 月 24 日
Me either. What should I do?
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
