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.
Note Macro options are intended to simplify the more common compilation tasks. You can always use individual options to customize the compilation process to satisfy your particular needs. |
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 | ![]() |