| MATLAB Application Program Interface Reference | Help Desk |
mxChar
Data type that stringmxArrays 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