MATLAB Function Reference Previous page   Next Page
iscellstr

Determine if input is cell array of strings

Syntax

Description

tf = iscellstr(A) returns logical 1 (true) if A is a cell array of strings and logical 0 (false) otherwise. A cell array of strings is a cell array where every element is a character array.

Examples

See Also

cell, char, iscell, isstruct, isa, is*


Previous page  iscell ischar Next page

© 1994-2005 The MathWorks, Inc.