Convert a GUI into a .exe,but it is very big!
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!