User`s guide
Manuals
Brands
MATLAB Manuals
Other
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
131
132
133
134
135
136
137
138
139
140
5
Contro
lling Code
Generatio
n
5-10
extern mwArray gasket(mwArray n
umPoints = mwArray::DI
N);
#ifdef __cplusplus
extern "C"
#endif
void mlxGasket(int nlhs,
mxArray * plhs[]
,
int nrhs,
mxArray * prhs[]
);
#endif
1
...
...
134
135
136
137
138
...
...
274