| MATLAB Function Reference | ![]() |
tf = iscellstr(A)
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.
A{1,1} = 'Thomas Lee';
A{1,2} = 'Marketing';
A{2,1} = 'Allison Jones';
A{2,2} = 'Development';
iscellstr(A)
ans =
1cellstr, iscell, isstrprop, strings, char, isstruct, isa, is*
![]() | iscell | ischar | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |