How to display progress of fminbnd in Matlab GUI?

조회 수: 1 (최근 30일)
sejo
sejo 2014년 9월 18일
편집: Matt J 2014년 9월 18일
How can i display the progress of fminbnd in a Matlab GUI? As this function takes some time to calculate it would be nice to display the progress so the user knows that it is running. Has anyony an idea how to implement that?
At the moment i display a static text when it starts and set the visible of this text to off after its finished.

채택된 답변

Matt J
Matt J 2014년 9월 18일
편집: Matt J 2014년 9월 18일
Use the OutputFcn or PlotFcn input options.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by