Speed up launch of a MATLAB standalone executable

조회 수: 3 (최근 30일)
Costas Vogiatzis
Costas Vogiatzis 2015년 3월 24일
답변: Sean de Wolski 2015년 3월 24일
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?

채택된 답변

Sean de Wolski
Sean de Wolski 2015년 3월 24일
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개)

카테고리

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