8.2.52.10 string.char

Method: out = char (obj)

Convert to char array.

Converts obj to a 2-D char array. It will have as many rows as obj has elements.

It is an error to convert missing-valued string arrays to char. (NOTE: This may change in the future; it may be more appropriate) to convert them to space-padded empty strings.)

Returns 2-D char array.