MATLAB Compiler    

Compiler Options and Macros

The MATLAB Compiler uses a family of options, also called option flags, to control the functionality of the Compiler. The mcc reference page includes a complete description of the Compiler options. Throughout this book you will see how these options are used with the Compiler to perform various tasks.

One particular set of Compiler options, macros, are particularly useful for performing straightforward compilations.

Macro options provide a simplified approach to compilation. Instead of manually grouping several options together to perform a particular type of compilation, you can use one simple option to quickly accomplish basic compilation tasks.

For detailed information about the macros included with the MATLAB Compiler, as well as complete information on all the other available Compiler options, see the mcc reference page.


  Invoking the MEX-File Generating Simulink S-Functions