How to insert Vietnamese in listbox GUI matlab?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone!
My problem is:
I have a GUI contains a listbox. And, now, i want to insert a struct contains Vietnamese into the listbox. I used command "set". But, it is mistake in font (picture below)
Vietnamese = {'cáp xoắn 7 sợi','khuôn đo độ sụt bê tông hình côn','sự mài mòn'} % a variable contains Vietnamese symbols
set(handles.listword,'String',Vietnamese) % set string to listbox
What can i do to solve this prolem?
thank in advance!
![Untitled111111111.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/201302/Untitled111111111.png)
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!