HOW TO CREATE A SINGLE EXE FOR MULTIPLE M FILES AND MULTIPLE GUIS.

2 views (last 30 days)
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...??????

Answers (1)

Image Analyst
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.

Categories

Find more on Just for fun 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!