フィルターのクリア

Whenever I click on addon and then get addons I get this error:'unrecognized function or variable 'matlab.in​ternal.add​ons.launch​ers.showEx​plorer'.

4 ビュー (過去 30 日間)
Hello, I keep getting this error message on MatLab whenever I try to open matlab support packages:

回答 (1 件)

Vidhathri LNU
Vidhathri LNU 2020 年 7 月 2 日
Please try to restore MATLAB and Simulink to their default states by resetting the search path, the system paths and Simulink customizations.
Before modifying the search path, you can take a backup of your 'pathdef.m' file, which can be located by using the command
>> which -all pathdef
Before proceeding, you should backup this file by copying it to a folder outside of your MATLAB path.
After backing uo, try the following commands:
restoredefaultpath
rehash toolboxcache
sl_refresh_customizations
savepath
NOTE: This will remove any custom paths you may have created. If desired, please see the following MATLAB Answers post for how to back them up:
  1 件のコメント
Kris Knutson
Kris Knutson 2021 年 2 月 19 日
When I try this, I get an error message as follows:
>> sl_refresh_customizations
Unrecognized function or variable 'sl_refresh_customizations'.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by