HOW TO CREATE A SINGLE EXE FOR MULTIPLE M FILES AND MULTIPLE GUIS.
2 views (last 30 days)
Show older comments
I am developing an application that contains about 10-11 GUIs and 19-20 M Files and I want to create a single EXE for this application. I tried by using DEPLOY TOOL but it didnot work.I am using Matlab 12. Can someone help me out...??????
0 Comments
Answers (1)
Image Analyst
on 10 Oct 2012
Try saying
mcc -m yourMainMFile.m
on the command line. It will automatically find all the other m-files it needs.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!