Google

Saturday, October 24, 2009

How to compile standalone exe from Matlab

http://www.onecore.net/howtocreate-standalone-executable-for-matlab-file.htm

http://www.mathworks.com/support/compilers/R2009b/

mbuild -setup

mcc -m graph.m -o graph


Do not name output file as graph.exe
it will automatically append .exe

Don't hold your breath, it takes a long time
to compile.