MATLAB COM Builder    

Enum mwArrayFormat

The mwArrayFormat enumeration is a set of constants that denote an array formatting rule for data conversion. Table D-4 lists the members of this enumeration.

Table D-4: mwArrayFormat Values
Constant
Numeric Value
Description
mwArrayFormatAsIs
0
Do not reformat the array.
mwArrayFormatMatrix
1
Format the array as a matrix.
mwArrayFormatCell
2
Format the array as a cell array.


  Enumerations Enum mwDataType