Wednesday, September 07, 2005

create exe file in matlab

Use the following command to create an exe file:

mcc -m myfun

where myfun the name of you m-file.

http://www.mathworks.com/products/compiler/

No comments:

Post a Comment