Cannot use Installed Global Optimization Toolbox
15 ビュー (過去 30 日間)
古いコメントを表示
I have MATLAB 2018b, and am using the ga function and receive the following error:
''ga' requires Global Optimization Toolbox.'
However when I check the ver command I get that I have the toolbox enabled. So clearly I have the install on, and even using the function matlab.addons.isAddonEnabled('GD') returns 1. So I am not sure how to be able to use the installed toolbox.
Any help is appreciated!
0 件のコメント
回答 (1 件)
Star Strider
2018 年 9 月 18 日
Run these from a script or the Command Window:
restoredefaultpath
rehash toolboxcache
If that fails, use the Contact Us link in the upper right corner of this page and ask for installation help.
2 件のコメント
Walter Roberson
2020 年 5 月 17 日
you could get this if you do not have global optimization toolbox installed or if it is not licensed
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!