MATLAB Function Reference    
iscellstr

Determine if item is a cell array of strings

Syntax

Description

tf = iscellstr(A) returns logical true (1) if A is a cell array of strings and logical false (0) 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*


  iscell ischar