User`s guide

Common Uses of MATLAB Compiler
Example 2
To create a C shared l ibrary called library_one from f oo1. m and foo2 .m,use
mcc -W lib:library_one -T link:lib foo1 foo2
Note Yo u ca n add the -g option to any of these for debugging purposes.
A-3