MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE User's Guide Page 159

  • Download
  • Add to my manuals
  • Print
  • Page
    / 274
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 273 274

Comments to this Manuals

No comments