iscellstr
Determine if input is cell array of character arrays
Syntax
Description
tf = iscellstr( returns logical
A)1 (true) if A is a cell
array of character arrays (or an empty cell array), and logical 0
(false) otherwise. A cell array of character arrays is a cell
array where every cell contains a character array.
Note
iscellstr returns a 1
(true) for a cell array containing character arrays
of any size. Most text-processing functions and conversion functions require
input cell arrays to contain only character row vectors and a cell array
containing a character array with more than one row result in an error. Use
mustBeText to
check that cell arrays contain only character vectors.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a