필터 지우기
필터 지우기

Error using Settings Undefined function or variable 'matlab.in​ternal.get​SettingsRo​ot'. Error in matlabrc (line 190) s = Settings

조회 수: 1 (최근 30일)
Hello, when I start matlab I have this error:
Error using Settings Undefined function or variable 'matlab.internal.getSettingsRoot'. Error in matlabrc (line 190) s = Settings;
and I don´t know solver it. I have matlab 2015b.
  댓글 수: 2
Tejas
Tejas 2016년 3월 25일
What is the output for the following commands?
>> which -all matlab.internal.getSettingsRoot
>> s = Settings;
If you think that this issue is related to MATLAB Search path, you can use the following to set it to the default:
>>restoredefaultpath
>>rehash toolboxcache
You can save the current path settings by executing the following command in the MATLAB command window:
>>savepath
Please note that saving the path would remove any previous changes to the MATLAB search path
Walter Roberson
Walter Roberson 2016년 3월 26일
Which MATLAB version are you using?
Is it possible that you were previously using a newer version of MATLAB and went back to an older version?

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

답변 (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