Speed up launch of a MATLAB standalone executable
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Costas Vogiatzis
il 24 Mar 2015
Risposto: Sean de Wolski
il 24 Mar 2015
MATLAB standalone executables (i.e. "deployed" MATLAB code that has been compiled with the MATLAB compiler) can take a long time to launch. I am talking about the startup process before actual code execution starts. The startup process can sometimes take significantly longer than the execution of the actual "useful" code. Is there a way to speed up the startup?
0 Commenti
Risposta accettata
Sean de Wolski
il 24 Mar 2015
Not without using MATLAB production server which keeps a bunch of deployed components in a hot state ready to service orders as they come in. This however, is another whole tool and approach that might not be at all what you want.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!