I put in the beginning of my function this: Screen('Preference', 'TextEncodingLocale',''); and I could display the Chinese characters
and when displaying the characters: Screen('DrawText', w, double(我),sze(i,1)+(charsz*2),sze(i,2), rectx2); DrawFormattedText(w, double(我),sze(i,1)+(charsz*2),sze(i,2)); sze 1 and 2 were the dimensions of the screen from rect and rectx2 is a matrix with the color information
If any further comment, probably I could help you
Now I am trying to get through this function [status,message] = system('say 你好'), how to make matlab speaking Chinese... any idea?