About publishing stand-alone MATLAB executable

1 visualización (últimos 30 días)
Hello,
Thanks for your attention to my question.
Why MATLAB executables run much slower than their actual scripts in MATLAB environment? Being a little slower probably make sense, of course. For your information, I use below method of publishing the executables. https://www.mathworks.com/videos/getting-started-standalone-applications-using-matlab-compiler-100088.html
Is there a way to publish MATLAB executables which run really fast?
Best Regards,
Mehdi

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de En. de 2017
MATLAB executables have to initialize MCR each time they start, which should be a time very close to what is required to start up MATLAB itself.
When you use a script on an already-running MATLAB, all of the initialization has already been done.
The MATLAB Production Server product is designed to reduce the effect of this.

Más respuestas (0)

Categorías

Más información sobre Application Deployment en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by