Matlab Compiler: Stand Alone Application Use Too Much Memory

4 views (last 30 days)
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 Comment
Jhonalbert Aponte Arcila
Jhonalbert Aponte Arcila on 14 May 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.

Sign in to comment.

Answers (0)

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!