I have a waitbar running ,it doesnot close automatically,now i dontwant that waitbar to run,can u tell how to process please

 채택된 답변

Walter Roberson
Walter Roberson 2011년 11월 1일

0 개 추천

If you have a waitbar that you are finished with, close() its handle. The handle can be returned when you first create the waitbar:
h = waitbar(x,'message');
then you would close(h) when you are done with it.

추가 답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2011년 11월 1일

0 개 추천

If you don't want it to run period, just edit the function that creates it and comment out all instances of waitbar. If you want to fancify it make the waitbar optional.

카테고리

도움말 센터File Exchange에서 Dialog Boxes에 대해 자세히 알아보기

태그

질문:

FIR
2011년 11월 1일

댓글:

2014년 9월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by