User`s guide
Manuals
Brands
MATLAB Manuals
Other
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
231
232
233
234
235
236
237
238
239
240
Common
Uses
of
MA
TLAB
Compiler
Example
2
T
o
create
a
C
shared
l ibrary
called
library_one
from
f oo1. m
and
foo2 .m
,u
s
e
mcc
-W
lib:library_one
-T
link:lib
foo1
foo2
Note
Yo
u
c
a
n
a
d
d
t
h
e
-g
option
to
any
of
these
for
debugging
purposes
.
A-3
1
...
...
237
238
239
240
241
...
...
354