MATLAB: Popup an image before matlab runtime runs

compilercomplileMATLAB Compilermatlab runtimepopupsplash screenwait

Hello all. I have a quick question.
When I write my matlab script and compile it using matlab compiler.
When I try to run a complied .exe file, it takes a few seconds to run. I searched that is because waiting for matlab runtime is run.
But, some programs complied by matlab popup an image AT ONCE as .exefile run. It writes "Please wait for OO program is run…" and then it will closed as OO program runs.
How can I do that? Is that command written out of code? It takes a few seconds to start my command in code. But, how they pop-up an image imediately?
Thank you.

Best Answer

In the compiler there should be an option for adding a splash screen image
If i'm not mistaken thats what it's for
Related Question