User`s guide

mcc
Syntax Description
-w list
Generates a table that m aps <strin g>
to warning me ssage for use with enable,
disable,anderr or. Appendix B, “Error
and Warnin g Messages” lists the same
information.
-w enable
Enables complete warnings.
-w
disable[:<string>]
Disables specific warning associated
with
<string>. Appendix B, “Error
and Warning Messages”, lists the valid
<string> values. Leave off the optional
<string> to apply the disable action to
all warnings.
-w enable[:<string>]
Enables specific warning associated
with
<string>. Appendix B, “Error
and Warning Messages”, lists the valid
<string> values. Leave off the optional
<string> to apply the enable action to all
warnings.
-w error[:<string>]
Treats specific warning associated with
<string> aserror. Leaveofftheoptional
<string> to apply the error action to all
warnings.
-W Wrapper Function
Controls the generation of function wrappers. Use the syntax
-W type
to control the generation of function wrappers for a collection of
MATLAB Compiler generated M -files. You provide a list of functions
and MATLAB Compiler generates the w rapper functions and any
11-26