필터 지우기
필터 지우기

error opening files with Matlab Editor

조회 수: 12 (최근 30일)
otso kontio
otso kontio 2014년 5월 22일
댓글: Foivos Michelinakis 2015년 7월 29일
Matlab starts up, and when requested Matlab's editor starts up without problems. However, when trying to open self-made Matlab scripts and functions, the following error message appears:
Caught "std::exception" Exception message is: locale::facet::_S_create_c_locale name not valid
and the script won't load into the editor.
If I (use another editor to) purposefully edit some erroneous code into the script and let Matlab run it to generate an error message with a link, clicking it will open the script correctly into Matlab's editor.
  • Ubuntu Linux 12.04.2 LTS, accessed by remote login
  • Matlab version R2014a
  • Matlab was installed with sudo in /usr/local, with symbolic links to Matlab's own scripts and function by linking to /usr/local/bin
N.B. This seems to be a problem with the locale , but I don't know what needs to be changed.
  댓글 수: 4
Foivos Michelinakis
Foivos Michelinakis 2015년 7월 29일
I am having the same issue with matlab R2015A and Ubuntu 14.04.2.
I have followed the suggestions found on the Internet by rebuilding locales and modifying the files of /etc/default/locale /etc/environment and $HOME/.pam_environment to be similar to what Dominik proposed.
Any input will be appreciated.
Foivos Michelinakis
Foivos Michelinakis 2015년 7월 29일
In the end, the workaround in this answer did the trick.
After matlab starts run the following command
setenv('LC_ALL','C')
Then you will be able to open .m files.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming Utilities에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by