Question about displaying stop conditions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
HYOJAE LEE
el 1 de Nov. de 2017
Comentada: HYOJAE LEE
el 6 de Nov. de 2017
Hello
Im working on lsqcurve fitting problems and I want to display the specific information when the solver is stopped.
Here are the things what I want to display.
1. iterated number (not Maximum Iteration number but the iterated number by the solver stopped)
2. Message of the reason for solver stopped. (Like "solver was stopped because ~~")
Thanks
2 comentarios
KSSV
el 1 de Nov. de 2017
Read the documentation part of it.......there are options to show what you want.
Respuesta aceptada
Mary Abbott
el 3 de Nov. de 2017
Hello,
The information you are looking for can be found in the fifth output argument of the "lsqcurvefit" function:
https://www.mathworks.com/help/optim/ug/lsqcurvefit.html#output_argument_d119e73874
Más respuestas (0)
Ver también
Categorías
Más información sobre 非線形最小二乗法 (曲線近似) 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!