User`s guide
A MATLAB Compiler Quick Reference
A-4
mcc
Bold entries in the Comment/Options column indicate default values.
Table A-1: mcc Quick Reference
Option Description Comment/Options
A annotation:type
Controls M-file
code/comment inclusion in
generated C/C++ source
type = all
comments
none
A debugline:setting
Controls the inclusion of
source filename and line
numbers in run-time error
messages
setting = on
off
A line:setting
Controls the #line
preprocessor directives
included in the generated
C/C++ source
setting = on
off
b
Generates a Visual Basic
file containing the Microsoft
Excel Formula Function
interface to the
Compiler-generated COM
object.
B filename
Replaces -B filename on
the
mcc command line with
the contents of
filename
The file should contain only mcc
command line options.
c
When used with a macro
option, generates C code
only
Overrides -T option; equivalent to
-T codegen
d directory
Places output in specified
directory
f filename
Uses the specified options
file,
filename
mex -setup
and mbuild -setup are
recommended.