hide message for fmincon

22 visualizaciones (últimos 30 días)
Rafael Schwarzenegger
Rafael Schwarzenegger el 23 de Abr. de 2018
Comentada: Johnathan Faria el 28 de En. de 2021
Hello,
I would like to hide the output message bellow for running the fuction fmincon.
Thank you very much.
Local minimum found that satisfies the constraints.
Optimization completed because the objective function is non-decreasing in
feasible directions, to within the default value of the optimality tolerance,
and constraints are satisfied to within the default value of the constraint tolerance.
<stopping criteria details>

Respuestas (1)

Alan Weiss
Alan Weiss el 23 de Abr. de 2018
Set the Display option to 'none'. Make sure to pass the options to fmincon.
Alan Weiss
MATLAB mathematical toolbox documentation

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by