How to embed a waitbar in a specified figure?

조회 수: 4 (최근 30일)
QiQin Zhan
QiQin Zhan 2013년 2월 21일
How to embed a waitbar in a specified figure?

채택된 답변

Walter Roberson
Walter Roberson 2013년 2월 21일
You can pass a handle to waitbar() as the first parameter. It must be of an graphics object for which getappdata(TheHandle, 'TMWWaitbar_handles') returns a structure with five fields of the proper internal names. The internal work of doing the update is hidden in a p-coded file, so I cannot tell at the moment if you could create a false environment (such as a uipanel) or not.
If you have not created the false environment, then there is no option or code path in waitbar() that would allow you to use an existing non-waitbar instead of it creating a new figure.

추가 답변 (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