What is this error
Ältere Kommentare anzeigen
Hello everyone.
While using GlobalSearch in my global optimization routine, I incountered the following error:
Error using globalsearchnlp (line 110)
All elements of X must be real.
Im not able to open this file, "globalsearchnlp". What are these X? How can I fix it?
Many thanks!
2 Kommentare
Jonathan Epperl
am 15 Jan. 2013
Try
dbstop if error
before you execute your global search. It'll stop in the debugger then, maybe that'll enable you to find out what's wrong.
Shashank Prasanna
am 15 Jan. 2013
Any code examples you could provide?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Global or Multiple Starting Point Search finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!