While using fmincon and ga am getting this error. how to resolve it?

1 commentaire

Matt J
Matt J le 25 Juin 2019
Please use text instead of screenshots to communicate code, where possible. It uses far less memory and makes it easier for people to copy/paste and experiment with your code.

Connectez-vous pour commenter.

 Réponse acceptée

Stephan
Stephan le 25 Juin 2019
Modifié(e) : Stephan le 25 Juin 2019

1 vote

Rename your script. NEVER name a script like an inbuilt function. This causes exactly the error you get.

4 commentaires

Balaji L
Balaji L le 25 Juin 2019
Getting same error after renaming the script.
Stephan
Stephan le 25 Juin 2019
Modifié(e) : Stephan le 25 Juin 2019
how did you call it now? is there still an old copy of it with the wrong name? What is the result of
which fmincon
Balaji L
Balaji L le 25 Juin 2019
It worked after i deleted fmincon.m in that path and call script by new name. Thanks
Stephan
Stephan le 25 Juin 2019
please accept useful answers.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by