How to make .m to executable files?

2 views (last 30 days)
Hello, I have made a project with 1 main .m file which is the gui and 6 functions that are called from it. Is there any way in Matlab to make a project executable so it doesnt need matlab to run(like .exe for example)?

Accepted Answer

Sean de Wolski
Sean de Wolski on 6 May 2013
Yes. You can do this using deploytool and the MATLAB Compiler
doc deploytool

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!