MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guia do Utilizador Página 159

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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.
Vista de página 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 273 274

Comentários a estes Manuais

Sem comentários