Chinese text using the Screen function of Psychtoobox
Mostrar comentarios más antiguos
Hello my name is William and I am using MATLAB version R2013a(8.1.0.604)x64 on a mac OX 10.8.5 english version. I am unable to use the command Screen of Psychtoolbox version 3 for displaying Chinese characters. could somebody help me to sort out this problem. The Psychtool demo of Screen uses Japanese text but I can not make it work for chinese text. thanks in advance
Respuestas (2)
william
el 2 de Abr. de 2014
1 voto
Anandakumar Selvaraj
el 27 de Feb. de 2014
Try this in your code
feature('DefaultCharacterSet', 'UTF8') %# for all Character support
Note:- that UTF-8 can be used for all languages and is the recommended charset on the Internet.
1 comentario
william
el 2 de Abr. de 2014
Categorías
Más información sobre Timing and presenting 2D and 3D stimuli 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!