rsmenon / MATLink

Communicate with MATLAB from Mathematica
matlink.org
68 stars 14 forks source link

The coding of Chinese #108

Open fjh3646 opened 4 years ago

fjh3646 commented 4 years ago

Matlab's Chinese coding is GBK, but Mathematica doesn't support the coding, so that Chinese output is messy code When running a Matlab's script in Mathematica.

szhorvat commented 4 years ago

If you encountered a problem with MATLink, please describe what it was. Then we can think about possible solutions.

Can you share a reproducible example of something that does not behave as it should?

fjh3646 commented 4 years ago

MEvaluate["disp(\"中国\")"] It's outcome is Öйú,the messy code.