필터 지우기
필터 지우기

Lsqnonlin with options but without bounds

조회 수: 4 (최근 30일)
Cyril GADAL
Cyril GADAL 2018년 2월 9일
답변: Cyril GADAL 2018년 2월 12일
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

채택된 답변

Cyril GADAL
Cyril GADAL 2018년 2월 12일
As I just realized after posting, that can be solved by replacing the wanted up and lb by
[]
In case someone needs it ..

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by