Error using optimset(@lsqnonlin) matlab 2020b

조회 수: 10 (최근 30일)
Juan Gómez
Juan Gómez 2020년 11월 30일
댓글: Juan Gómez 2022년 4월 19일
Hi,
I'm having trouble using optimset () for lsqnonlin () function. I am using matlab version 2020b.
...
options = optimset(@lsqnonlin)
X = lsqnonlin('filtroRC', X0, [], [], options, Vin, t, Vout_e)
...
Error using optimset (line 163)
No default options available for the function 'lsqnonlin'.
I would appreciate suggestions

채택된 답변

Walter Roberson
Walter Roberson 2020년 11월 30일
편집: Walter Roberson 2020년 11월 30일
  댓글 수: 5
Yi Zhao
Yi Zhao 2022년 4월 19일
Hello, Gómez. What is the plug-in you installed
Juan Gómez
Juan Gómez 2022년 4월 19일
Hi, was the Optimization Toolbox, just browse from matlab itself:
Add-Ons > Get Add-Ons > Optimization Toolbox

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by