Why does Matlab standalone application waits at the starting?

2 views (last 30 days)
I have created a Matlab standalone application using "mcc". When I run the code on Matlab, it instantly start however, when I execute the standalone application, it waits for a time at the starting. I am wondering why this happens and if there is a way to reduce the waiting time occuring at the starting of the application.

Accepted Answer

Steven Lord
Steven Lord on 26 Oct 2021
Starting the standalone application is like starting MATLAB. So when you compare the time to start the application to the time to run the code you're comparing apples and oranges. Compare clicking on the standalone application's icon to start it with clicking on the MATLAB icon, letting it launch, and typing the code you want to run.

More Answers (0)

Categories

Find more on MATLAB Compiler 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!