Enum mwDataType
The mwDataType
enumeration is a set of constants
that denote a MATLAB® numeric type.
mwDataType Values
Constant | Numeric Value | MATLAB Type |
---|
mwTypeDefault
| 0
| Not applicable |
mwTypeLogical
| 3
| logical
|
mwTypeChar
| 4
| char
|
mwTypeDouble
| 6
| double
|
mwTypeSingle
| 7
| single
|
mwTypeInt8
| 8
| int8
|
mwTypeUint8
| 9
| uint8
|
mwTypeInt16
| 10
| int16
|
mwTypeUint16
| 11
| uint16
|
mwTypeInt32
| 12
| int32
|
mwTypeUint32
| 13
| uint32
|