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 件のコメント

Royi Avital
Royi Avital 2014 年 9 月 25 日
I think you should delete it instead of closing it as suggested in:

サインインしてコメントする。

その他の回答 (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 ExchangeDialog 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