8.2.57.9 string.cell

Method: out = cell (obj)

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.