MATLAB GUI slow startup

3 visualizaciones (últimos 30 días)
Joseph
Joseph el 13 de Ag. de 2019
Comentada: Hari Krishna Ravuri el 19 de Ag. de 2019
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 comentario
Hari Krishna Ravuri
Hari Krishna Ravuri el 19 de Ag. de 2019
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by