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

조회 수: 2 (최근 30일)
When I attempt to insert ASCII characters between 128 and 255 such as the degree symbol into figures as labels, MATLAB hangs.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 10월 27일
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에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by