<< cellfun | Data structures | fieldnames >> |
ce = cellstr(A) |
a string, a string array, cell of character array.
a cell of character array
cellstr(A) converts to cell of character array.
cellstr('Nelson')
cellstr({'Nelson'})
cellstr({})
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET