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.
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.