Effacer les filtres
Effacer les filtres

Lsqnonlin with options but without bounds

4 vues (au cours des 30 derniers jours)
Cyril GADAL
Cyril GADAL le 9 Fév 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

Réponse acceptée

Cyril GADAL
Cyril GADAL le 12 Fév 2018
As I just realized after posting, that can be solved by replacing the wanted up and lb by
[]
In case someone needs it ..

Plus de réponses (0)

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by