User`s guide

A MATLAB Compiler Quick Reference
A-6
O option:[on|off]
O all
O none
O list
Build an optimized
executable.
option =
array_indexing
fold_mxarrays
fold_non_scalar_mxarrays
fold_scalar_mxarrays
optimize_conditionals
optimize_integer_for_loops
percolate_simple_types
speculate
p
Macro to generate a C++
stand-alone application
Equivalent to
-W main -L Cpp -t -T link:exe
-h libmmfile.mlib
S
Macro to generate Simulink
S-function
Equivalent to
-W simulink -L C -t -T link:mex
libmatlbmx.mlib
t
Translates M code to C/C++
code
T target
Specifies output stage
target = codegen
compile:bin
link:bin
where bin = mex
exe
lib
u number
Specifies number of inputs
for Simulink S-function
v
Verbose; Displays
compilation steps
Table A-1: mcc Quick Reference (Continued)
Option Description Comment/Options