User`s guide

mcc
Make a standalone executable for myfun .m,butlookformyfun.m in
the
/files/source directory a nd put the resulting C files and in the
/files/target directory.
mcc -m -I /files/source -d /files/target myfun
Make the standalone myfun1 fro m m yfun 1.m and myfun2. m (using one
mcc call).
mcc -m myfun1 myfun2
Make a sh ared/dynamicall y linked library called lib a from a0.m and
a1.m.
mcc -W lib:liba -T link:lib a0 a1
11-29