Error using optimset(@lsqnonlin) matlab 2020b
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Juan Gómez
il 30 Nov 2020
Commentato: Juan Gómez
il 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 Commenti
Risposta accettata
Walter Roberson
il 30 Nov 2020
Modificato: Walter Roberson
il 30 Nov 2020
Wrong options routine for that function. You need https://www.mathworks.com/help/optim/ug/optim.problemdef.optimizationproblem.optimoptions.html
5 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!