Matlab Compiler: Stand Alone Application Use Too Much Memory

2 次查看(过去 30 天)
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 个评论
Jhonalbert Aponte Arcila
Hello, Dmitry. Did you get to solve this issue? i'm having the same problems when i try to compile any application in matlab.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 C Shared Library Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by