MATLAB: Does Lcc not work if the TEMP directory name contains Japanese characters

environmentMATLAB Compilertempvariable

The mex command cannot build a MEX-file or an Engine or a MAT application using the Lcc compiler if the value of the TEMP environment variable is a directory name that contains Japanese characters.

Best Answer

The mex command cannot build a MEX-file or an Engine or a MAT application using the Lcc compiler if the value of the TEMP environment variable is a directory name that contains Japanese characters.
To work around this issue, either set the TEMP environment variable to the name of a directory that does not contain Japanese characters or use another supported compiler.