About publishing stand-alone MATLAB executable

1 回表示 (過去 30 日間)
Mehdi Rezaeianzadeh
Mehdi Rezaeianzadeh 2017 年 1 月 9 日
Hello,
Thanks for your attention to my question.
Why MATLAB executables run much slower than their actual scripts in MATLAB environment? Being a little slower probably make sense, of course. For your information, I use below method of publishing the executables. https://www.mathworks.com/videos/getting-started-standalone-applications-using-matlab-compiler-100088.html
Is there a way to publish MATLAB executables which run really fast?
Best Regards,
Mehdi

採用された回答

Walter Roberson
Walter Roberson 2017 年 1 月 9 日
MATLAB executables have to initialize MCR each time they start, which should be a time very close to what is required to start up MATLAB itself.
When you use a script on an already-running MATLAB, all of the initialization has already been done.
The MATLAB Production Server product is designed to reduce the effect of this.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApplication Deployment についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by