| MATLAB Application Program Interface | Search  Help Desk |
| mxChar | See Also |
Data type that string mxArrays use to store their data elements
typedef Uint16 mxChar;All string
mxArrays store their data elements as mxChar rather than as char. The MATLAB API defines an mxChar as a 16-bit unsigned integer.
mxCreateCharArray