Next: string.char, Previous: string.cellstr, Up: string [Contents]
Convert to cell array.
Converts this to a cell, which will be a cellstr. Missing values are
converted to ''
.
This method returns the same values as cellstr(obj)
; it is just provided
for interface compatibility purposes.
Returns a cell array of the same size as obj.