MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxChar    See Also

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 ]