MATLAB BUILDER EX 1 User's Guide Page 125

  • Download
  • Add to my manuals
  • Print
  • Page
    / 182
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 124
Data Conversion Rules
B-7
double
A real 1-by-1 double
matrix converts to a
VARIANT of type VT_R8. A
complex 1-by-1 double
matrix converts to a
VARIANT of type
VT_DISPATCH.
A real
multidimensional
double matrix
converts to a
VARIANT
of type
VT_R8|VT_ARRAY. A
complex
multidimensional
double matrix
converts to a
VARIANT
of type
VT_DISPATCH.
Complex arrays are
passed to and from
compiled
M-functions using
the
MWComplex
class. See Class
MWComplex on
page D-23.)
single
A real 1-by-1 single
matrix converts to a
VARIANT of type VT_R4. A
complex 1-by-1 single
matrix converts to a
VARIANT of type
VT_DISPATCH.
A real
multidimensional
single matrix converts
to a
VARIANT of type
VT_R4|VT_ARRAY. A
complex
multidimensional
single matrix converts
to a
VARIANT of type
VT_DISPATCH.
Complex arrays are
passed to and from
compiled
M-functions using
the
MWComplex
class. See Class
MWComplex on
page D-23.)
int8
A real 1-by-1 int8 matrix
converts to a
VARIANT of
type
VT_I1. A complex
1-by-1
int8 matrix
converts to a
VARIANT of
type
VT_DISPATCH.
A real
multidimensional
int8 matrix converts
to a
VARIANT of type
V
T_I1|VT_ARRAY. A
complex
multidimensional
int8 matrix converts
to a
VARIANT of type
VT_DISPATCH.
Complex arrays are
passed to and from
compiled
M-functions using
the
MWComplex
class. See Class
MWComplex on
page D-23.)
Table B-2: MATLAB to COM VARIANT Conversion Rules (Continued)
MATLAB Data Type VARIANT type for Scalar
Data
VARIANT type for
Array Data
Comments
Page view 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 181 182

Comments to this Manuals

No comments