MATLAB: Create an exe file

(create an exe file)

how can i create an exe file with matlab?
i wanna run this program without having matlab program

Best Answer

hai armin >>mbuid -setup
select your compiler
>>mcc -m yourapplication.m -a yourapplication
or deploytool
doc deploytool
Related Question