Main Content

Enum mwArrayFormat

The mwArrayFormat enumeration is a set of constants that denote an array formatting rule for data conversion.

mwArrayFormat Values

ConstantNumeric ValueDescription

mwArrayFormatAsIs

0

Do not reformat the array.

mwArrayFormatMatrix

1

Format the array as a matrix.

mwArrayFormatCell

2

Format the array as a cell array.