Convert a GUI into a .exe,but it is very big!

2 views (last 30 days)
li zhong
li zhong on 22 May 2014
Commented: li zhong on 23 May 2014
I have convert a GUI into a.exe,through mcc -e a.m,but the generated files a.exe and mccExcludedFiles.log are very big(more than 100M), and the starting time is also very long.Indeed the code is not very so complex! So how should I do to solve it? Thanks very much!

Answers (2)

BSantos
BSantos on 22 May 2014
Have you tried use deploytool?
  2 Comments
BSantos
BSantos on 23 May 2014
Oh... that's strange. I always use deploytool (ML 2012b and win7) and never had such issues.

Sign in to comment.


Henric Rydén
Henric Rydén on 23 May 2014
Are you using other functions that are very big, or have embedded the Matlab Component Runtime? Try
depfun('a.m')
to see all your dependencies.
  1 Comment
li zhong
li zhong on 23 May 2014
MATLAB:dispatcher:loadLibrary Can't load 'D:\Program Files\MATLAB\R2013a\bin\win32\gpu.dll':The storage space is insufficient, cannot process this command . Caught MathWorks::System::FatalException
That's the command window content when depfun('a.m') was conducted!

Sign in to comment.

Categories

Find more on Dates and Time 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!