Error using optimset(@lsqnonlin) matlab 2020b

10 visualizaciones (últimos 30 días)
Juan Gómez
Juan Gómez el 30 de Nov. de 2020
Comentada: Juan Gómez el 19 de Abr. de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Nov. de 2020
Editada: Walter Roberson el 30 de Nov. de 2020
  5 comentarios
Yi Zhao
Yi Zhao el 19 de Abr. de 2022
Hello, Gómez. What is the plug-in you installed
Juan Gómez
Juan Gómez el 19 de Abr. de 2022
Hi, was the Optimization Toolbox, just browse from matlab itself:
Add-Ons > Get Add-Ons > Optimization Toolbox

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by