MATLAB Excel Builder    

Enum mwDataType

The mwDataType enumeration is a set of constants that denote a MATLAB numeric type. Table D-5 lists the members of this enumeration.

Table D-5: mwDataType Values 
Constant
Numeric Value
MATLAB Type
mwTypeDefault
0
N/A
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


  Enum mwArrayFormat Enum mwDateFormat