Cannot use Installed Global Optimization Toolbox

10 visualizaciones (últimos 30 días)
Jacob Tracy
Jacob Tracy el 18 de Sept. de 2018
Comentada: Walter Roberson el 17 de Mayo de 2020
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!

Respuestas (1)

Star Strider
Star Strider el 18 de Sept. de 2018
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 comentarios
eeswar bhimanojula
eeswar bhimanojula el 17 de Mayo de 2020
i am facing same problem so
Walter Roberson
Walter Roberson el 17 de Mayo de 2020
you could get this if you do not have global optimization toolbox installed or if it is not licensed

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by