Why am I unable to display ASCII characters between 128 and 255 in MATLAB 6.5 (R13) on Linux?

2 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
The ability to insert ASCII characters between 128 and 255 into MATLAB is not available in MATLAB 6.5 (R13).
To work around this issue, it is necessary to set the $LANG environmental variable to specify an 8-bit character set. For example, use the following C shell command:
setenv LANG c
This allows the use of ASCII characters between 128 and 255.
See the below under Related Solutions for further possible workarounds.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by