MATLAB GUI slow startup

조회 수: 3 (최근 30일)
Joseph
Joseph 2019년 8월 13일
댓글: Hari Krishna Ravuri 2019년 8월 19일
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
Hari Krishna Ravuri 2019년 8월 19일
Can you share some information regarding,
  • Is it a GUIDE GUI or App designer GUI?
  • What initializations are being made?
  • What resources are being used by the application?
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 CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by