Error using optimset(@lsqnonlin) matlab 2020b
10 views (last 30 days)
Show older comments
Juan Gómez
on 30 Nov 2020
Commented: Juan Gómez
on 19 Apr 2022
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
0 Comments
Accepted Answer
Walter Roberson
on 30 Nov 2020
Edited: Walter Roberson
on 30 Nov 2020
Wrong options routine for that function. You need https://www.mathworks.com/help/optim/ug/optim.problemdef.optimizationproblem.optimoptions.html
5 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!