Matlab Compiler: Stand Alone Application Use Too Much Memory

6 visualizaciones (últimos 30 días)
Dmitry
Dmitry el 9 de Jun. de 2012
Comentada: Jhonalbert Aponte Arcila el 14 de Mayo de 2018
I made an image processing application in Matlab with using GUIDE and compiled it into stand alone application using deploytool.
Everything works fine, but application starts too slow and initially using ~120 MB of memory (I suppose, it because of initializing MCR library)
So, is there any way to improve starting speed and reduce memory usage by configuring project in deploytool or using some configuration option in mcc command?
Can this problem be solved by compiling C++ library and link it and Matlab libraries in VS 2010 project?
And can I avoid some way instalation MCR on user computer to use this application (compile all necessary libraries with application, or at least customize MCR in order to reduce its size on hard disk)?
  1 comentario
Jhonalbert Aponte Arcila
Jhonalbert Aponte Arcila el 14 de Mayo de 2018
Hello, Dmitry. Did you get to solve this issue? i'm having the same problems when i try to compile any application in matlab.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by