How to display UTIF-16 characters

4 views (last 30 days)
Roberto Filippi
Roberto Filippi on 9 Oct 2019
Answered: Walter Roberson on 9 Oct 2019
Dear Helpers,
Could you please let me know the command I should add in my script to display Chinese caracters?
This is an example of my script:
Order1={'1' 'Non_Switch' 'Ita' 'P' 'CASA'
'2' 'Non_Switch' 'Chi' 'P' '房子'
Thanks!
Kind regards,
Roberto
  4 Comments
Stephen23
Stephen23 on 9 Oct 2019
Edited: Stephen23 on 9 Oct 2019
"I just need to display the string when executing the programme."
Where do you need to display these?
  1. in the command window?
  2. in some kind of graphics object?
  3. printed in a file?
  4. somewhere else... ?
Roberto Filippi
Roberto Filippi on 9 Oct 2019
Hi,
Words are shown only in the middle of the screen surrounded by a rectangle.
Sorry, I am not a programmer, but I attach the code so that you have a better idea.
Thanks.
Kind regards,
Roberto

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 9 Oct 2019
For this kind of experiment you should seriously consider using psychtoolbox
http://psychtoolbox.org/docs/Screen-DrawText

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!