<< getfield | Data structures | isfield >> |
true_or_false = iscellstr(A) |
a variable
a logical
iscellstr(A) returns true if A is a cell of strings or an empty cell).
iscellstr('Nelson')
iscellstr({'Nelson'})
iscellstr({})
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET