User`s guide
Enumerations
mwDataType Values (Continued)
Constant Numeric Value MATLAB Type
mwTypeDouble 6 double
mwTypeSingle 7 single
mwTypeInt8 8 int8
mwTypeUint8 9 uint8
mwTypeInt16 10 int16
mwTypeUint16 11 uint16
mwTypeInt32 12 int32
mwTypeUint32 13 uint32
Enum mwDateFormat
The mwDateFormat enumeration is a set of constants that denote a formatting
rule for dates. The following table lists the members of this enumeration.
mwDateForm at Values
Constant Numeric Value Description
mwDateFormatNumeric 0
Format dates as
numeric values.
mwDateFormatString 1
Formatdatesasstrings.
C-33