クラスタープロファイルマネージャー起動時に 'matlab.in​ternal.get​SettingsRo​ot' が未定義というエラーとなるのはなぜですか?

1 回表示 (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2015 年 10 月 28 日
回答済み: MathWorks Support Team 2015 年 10 月 28 日
クラスタープロファイルマネージャー起動時に 'matlab.internal.getSettingsRoot' が未定義というエラーとなります。対策方法を教えてください。

採用された回答

MathWorks Support Team
MathWorks Support Team 2015 年 10 月 28 日
パスの設定が保存されているファイル pathdef.m へのアクセス権限が無い、あるいは破損等の問題があると、該当のエラーとなる場合があります。以下のコマンドを実行してパス設定のリセットをおこなうことにより回避できます。
>> rehash toolboxcache 
>> restoredefaultpath 
>> savepath 

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel Computing についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!