- Is it a GUIDE GUI or App designer GUI?
- What initializations are being made?
- What resources are being used by the application?
MATLAB GUI slow startup
2 ビュー (過去 30 日間)
古いコメントを表示
I finshed designing a GUI and packaged it in a standalone application. The app takes a very long time to startup, longer than MATLAB launching. Is there a way to speed up the app startup ? Some answers suggest using the MATLAB production server to speed up the process, but would that require MATLAB be installed on the laptop running the exectuable file ? Thanks.
1 件のコメント
Hari Krishna Ravuri
2019 年 8 月 19 日
Can you share some information regarding,
You may consider using “drawnow” in your application and then try using profiler to find the part, where the most time is spent.
回答 (0 件)
参考
カテゴリ
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!