create an exe file

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

0 votes

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

0 votes

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 MATLAB Compiler in Help Center and File Exchange

Asked:

on 1 Jul 2011

Community Treasure Hunt

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

Start Hunting!