필터 지우기
필터 지우기

Add a progress bar to nonlinear solver

조회 수: 5 (최근 30일)
Wenwu
Wenwu 2016년 9월 6일
댓글: Walter Roberson 2016년 9월 7일
Hi, All
I am using matlab nonlinear solver 'fminunc' to solve one pretty big nonlinear program. The whole solving progress takes about 1 min. I want to display one progress bar/waitbar during the process without taking too much resources from calculation. Something similar to the optimoptions/Display/iter but with a gui bar. Is there any good way to do this? Thanks in advance

채택된 답변

Walter Roberson
Walter Roberson 2016년 9월 7일
You can use an options structure that invokes a plotfcn; see http://www.mathworks.com/help/optim/ug/fminunc.html#inputarg_options
  댓글 수: 2
Wenwu
Wenwu 2016년 9월 7일
Thanks, Mr. Walter! Again! I am still struggling with one proper customzied plot function but this points the direction. Thanks.
Walter Roberson
Walter Roberson 2016년 9월 7일
At the init stage you would create the waitbar. As the iterations progress you would update the waitbar. At the final stage you would remove it.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dialog Boxes에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by