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!
