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!
