Waitbar reappear after openning a GUI
古いコメントを表示
In guiframe_OpeningFcn of my GUI, a function is called to process some data. It takes a little while so I added a simple waitbar in the function. The problem is that the waitbar reapears after the GUI is open. I have tried delete() or close(), but none of them works, the waitbar is closed when the function is finished, but it keeps popping up again after the GUI is open. Is there a way to solve this problem?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!