hide message for fmincon

조회 수: 24 (최근 30일)
Rafael Schwarzenegger
Rafael Schwarzenegger 2018년 4월 23일
댓글: Johnathan Faria 2021년 1월 28일
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>

답변 (1개)

Alan Weiss
Alan Weiss 2018년 4월 23일
Set the Display option to 'none'. Make sure to pass the options to fmincon.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 1
Johnathan Faria
Johnathan Faria 2021년 1월 28일
THANKS, IT WORKED

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by