create an exe file

4 views (last 30 days)
armin
armin on 1 Jul 2011
how can i create an exe file with matlab?
i wanna run this program without having matlab program

Accepted Answer

pink
pink on 1 Jul 2011
hai armin >>mbuid -setup
select your compiler
>>mcc -m yourapplication.m -a yourapplication
or deploytool
doc deploytool

More Answers (1)

Gerd
Gerd on 1 Jul 2011
Hi armin,
you need the Matlab Compiler Toolbox
Gerd
  1 Comment
Gerd
Gerd on 1 Jul 2011
Hi Armin,
you find all the information of the Toolbox here
http://www.mathworks.com/products/compiler/?s_cid=global_nav

Sign in to comment.

Categories

Find more on Package MATLAB Functions 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!