Matlab add-on manager not working with R2020a
4 ビュー (過去 30 日間)
古いコメントを表示
The add-ons feature of matlab is not functioning with Matlab 2020a, receiving the below error message on clicking the addon
**---------------------------------------------------------------------------------------------------------------------------------------------------------
Dot indexing is not supported for variables of this type.
Error in matlab.internal.addons.AddOnsWindow/bringToFront (line 68)
obj.webwindow.bringToFront();
Error in matlab.internal.addons.Explorer/bringToFront (line 65)
obj.addOnsWindowInstance.bringToFront();
Error in matlab.internal.addons.launchers.showExplorer (line 132)
matlab.internal.addons.Explorer.getInstance.bringToFront;
**--------------------------------------------------------------------------------------------------------------------------------
Any help is appreciated
1 件のコメント
Walter Roberson
2022 年 3 月 9 日
You probably have some third-party software on your path that is interfering with basic matlab routines. For example you might have a third party strjoin function.
回答 (1 件)
Saad Ahmed
2022 年 3 月 9 日
2 件のコメント
Mason Barber
2022 年 11 月 30 日
I am having the same issues and I have unistalled Matlab and reinstalled and I still can not use the add ons
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!