cellstr
Converts to cell of character array.
📝 Syntax
ce = cellstr(A)
📥 Input argument
A - a string, a string array, cell of character array.
📤 Output argument
ce - a cell of character array
📄 Description
cellstr(A) converts to cell of character array.
💡 Examples
cellstr('Nelson')cellstr({'Nelson'})cellstr({})🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?