How can I make an executable file based on my m-files?

11 views (last 30 days)
There are about 100 m-files. Calling only one, namely "main" initiates the algorithm and returns the results as an output m-file. I want to make an exe file, which askes for the input m-file case, and the name of output, and runs all the simulations using MATLAB. Of course MATLAB must be installed, but I would like to run the exe file out of MATLAB environment.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 21 May 2013
Look at this tutorial

Categories

Find more on Files and Folders 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!