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

조회 수: 2 (최근 30일)
li zhong
li zhong 2014년 5월 22일
댓글: li zhong 2014년 5월 23일
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!
  댓글 수: 2
Friedrich
Friedrich 2014년 5월 22일
What ML version and which OS are you using?
li zhong
li zhong 2014년 5월 22일
Matlab2013a and win7

댓글을 달려면 로그인하십시오.

답변 (2개)

BSantos
BSantos 2014년 5월 22일
Have you tried use deploytool?
  댓글 수: 2
li zhong
li zhong 2014년 5월 22일
Yes, but it is the same result!
BSantos
BSantos 2014년 5월 23일
Oh... that's strange. I always use deploytool (ML 2012b and win7) and never had such issues.

댓글을 달려면 로그인하십시오.


Henric Rydén
Henric Rydén 2014년 5월 23일
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
li zhong
li zhong 2014년 5월 23일
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!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by