Why does Matlab standalone application waits at the starting?

1 次查看(过去 30 天)
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.

采纳的回答

Steven Lord
Steven Lord 2021-10-26
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by