How to display Chinese character in edit text box in Matlab GUI?
Mostrar comentarios más antiguos
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

Respuesta aceptada
Más respuestas (1)
Anandakumar Selvaraj
el 27 de Feb. de 2014
2 comentarios
Lino Smaldo
el 22 de Feb. de 2015
I tried to use the command
feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support
but it doesn't work, why? please help me
Avishai
el 24 de Feb. de 2015
Me either. What should I do?
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
