MATLAB Application Program Interface Reference Help Desk

mxChar

Purpose

Data type that string mxArrays use to store their data elements

C Definition

Description

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.

See Also

mxCreateCharArray



[ Previous | Help Desk | Next ]