ce = cellstr(A)
| Parameter | Description |
|---|---|
| A | a string, a string array, cell of character array. |
| Parameter | Description |
|---|---|
| ce | 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 |