MATLAB: How to create a “please wait…” massage in GUI

busyplease wait

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.

Best Answer

You can use the waitbar instead:
So the user will know that its doing something.
Related Question