Effacer les filtres
Effacer les filtres

Matlab Compiler: Stand Alone Application Use Too Much Memory

3 vues (au cours des 30 derniers jours)
Dmitry
Dmitry le 9 Juin 2012
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 commentaire
Jhonalbert Aponte Arcila
Jhonalbert Aponte Arcila le 14 Mai 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur C Shared Library Integration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by