MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guida Utente Pagina 159

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 158
Supported Executable Types
5-33
C Signature.
void mlxF(int nlhs, mxArray* plhs[],
int nrhs, const mxArray* prhs[]);
mxArray *mlfNF( int nargout,
mxArray ** y1,
mxArray **y2,
.
.
mxArray *x1,
mxArray *x2,
.
.
... );
COM/IDL Signature.
HRESULT f([in] long nargout,
[in,out] VARIANT* Y1,
[in,out] VARIANT* Y2,
.
.
[in,out] VARIANT* varargout,
[in] VARIANT X1,
[in] VARIANT X2,
.
.
[in] VARIANT varargin);
The COM run-time performs all of the conversion between the COM types and
MATLAB arrays. For details on this conversion, see the MATLAB Excel
Builder or MATLAB COM Builder documentation.
Vedere la pagina 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 273 274

Commenti su questo manuale

Nessun commento