how to create a "please wait..." massage in GUI?

7 views (last 30 days)
I created a GUI page. when you push "calculate" button, it takes about one minute for program to return the results. I want a "please wait..." massage to appear until the results are calculated. please guide me.

Accepted Answer

Shashank Prasanna
Shashank Prasanna on 19 Jul 2013
You can use the waitbar instead:
So the user will know that its doing something.

More Answers (0)

Categories

Find more on Dialog Boxes in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!