Borrar filtros
Borrar filtros

What does exitflag =2 mean for fsolve

24 visualizaciones (últimos 30 días)
Rajeev kamal
Rajeev kamal el 21 de En. de 2016
Respondida: Star Strider el 21 de En. de 2016
I just completed and ran a fsolve loop that gave me some results with each iteration with exitflag=2
Equation solved, fsolve stalled.
fsolve stopped because the relative size of the current step is less than the
default value of the step size tolerance squared and the vector of function values
is near zero as measured by the default value of the function tolerance.
<stopping criteria details>
xopt = 1.0e+03 *
4.4075 0.2890
Fval = 1.0e-06 *
-0.2928
0.0000
exitflag =
2
What is the significance from the solution point of view. Any suggestions?

Respuesta aceptada

Star Strider
Star Strider el 21 de En. de 2016
From the documentation:
  • Change in x was smaller than the specified tolerance.
That essentially means that the solver stopped because it had reached an acceptable solution as specified in its options structure.

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by