Calling MATLAB Compiled exe File
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all,
I have some m files that I compiled them to an exe file. The problem is that opening or calling the exe from dos takes long time specialy when it is opened in the first time so, Is there any way to make the exe startup faster.
Thanks
0 件のコメント
回答 (1 件)
Chirag Gupta
2011 年 8 月 15 日
The first time an exe is called, the exe unarchives some supporting files into a temporray folder and hence there might be some delay. Also, typically when you run a compiled application, the MCR needs to start up in the background which also contributes to the time. On the whole, running an exe is like running any typical windows application (usually requires a moment to start up)
2 件のコメント
Chirag Gupta
2011 年 8 月 15 日
search the documentation for MCRCACHEDIR, you should be able to set an environment variable to point to a location
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!