Why does Matlab standalone application waits at the starting?

1 回表示 (過去 30 日間)
Anil Dursun
Anil Dursun 2021 年 10 月 26 日
回答済み: Steven Lord 2021 年 10 月 26 日
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 Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by