MATLAB: During the execution of a standalone compiled application of the code, How to make a message in the form of an image which shows program is running, and disappears when program is finished

MATLAB Compilerstandalone application

I have made a standalone application for my Matlab code, But the issue is when I run it there is nothing shown on the screen during execution, a common user may think something wrong has happened. I want to overcome this problem and want to display a message for example, "program is running , please wait." I shall be grateful for the answers. Thanks Yours Sincerely Mehdi

Best Answer

Have you considered waitbar() ?