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

iscellstr.

History

Author

Allan CORNET

Last updated