User`s guide
Manuals
Brands
MATLAB Manuals
Other
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
91
92
93
94
95
96
97
98
99
100
5
Compiler
Commands
static
double
t
=
0.0;
t
=
t
+
0.05;
return
sin(t);
}
T
o
generate
the
application,
use
mcc
-m
collect.m
measure.c
Note
F
or
information
on
the
mxArra y
,
see
the
External
Interfaces
documentation.
5-16
1
...
...
94
95
96
97
98
...
...
354