User`s guide

A MATLAB Compiler Quick Reference
A-6
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
w option
Displays warning messages
option = list
level
level:string
where level = disable
enable
error
No w option displays only serious
warnings (default).
W type
Controls the generation of
function wrappers
type = mex
main
simulink
lib:string
none
x
Macro to generate
MEX-function
Equivalent to:
-W mex -L C -t -T
link:mexlibrary libmatlbmx.mlib
y number
Specifies number of outputs
for Simulink S-function
Y licensefile
Uses licensefile when
checking out a Compiler
license
Option Description Comment/Options