Lsqnonlin with options but without bounds
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Cyril GADAL
am 9 Feb. 2018
Beantwortet: Cyril GADAL
am 12 Feb. 2018
Hey,
I'm using lsqnonlin to solve a problem. I have to use it without bounds because it uses the Levenberg-Marquardt algorithm that does not handle bound constraints.
However, I would like to remove the displayed informations using :
options = optimset('Display','off') ;
I tried :
p = lsqnonlin(F,p0,'options')
but it returns an error, expecting bounds as third argument. I need to mention that I could put some arbitrary bounds in third argument, but it also returns me an error as the Levenberg-Marquardt algorithm that does not handle bound constraints.
How do I do that ?
Thanks a lot
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Argument Definitions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!