MATLink
MATLink copied to clipboard
The coding of Chinese
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.
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?
MEvaluate["disp(\"中国\")"]
It's outcome is Öйú ,the messy code.