How can I save the output parameters for each step using lsqnonlin function?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Niccolò Barni
el 2 de Ag. de 2022
Respondida: Alan Weiss
el 3 de Ag. de 2022
I am performing a nonlinear least square estimation of some parameters of a rational function to fit some experimental data, and I would like to save the parameters (x) obtained for each optimization step (and not just the final values). What can I do?
Best regards,
0 comentarios
Respuesta aceptada
Alan Weiss
el 3 de Ag. de 2022
Write an output function to save the values, either to a workspace variable or to a file. For syntax details, see Output Function and Plot Function Syntax.
Alan Weiss
MATLAB mathematical toolbox documentation
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Nonlinear Optimization 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!