cellstr
Converts to cell of character array.
📝Syntax
ce = cellstr(A)
📥Input Arguments
Parameter Description
A a string, a string array, cell of character array.
📤Output Arguments
Parameter Description
ce a cell of character array
📄Description

cellstr(A) converts to cell of character array.

💡Examples
cellstr('Nelson')
cellstr({'Nelson'})
cellstr({})
🔗See Also
iscellstr
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub