iscellstr
checks if a variable is a cell array of strings
Syntax
bool = iscellstr(x)
Arguments
- x
a Scilab variable.
- bool
a boolean.
Description
iscellstr(x)
returns %t
if x
is a cell array of
strings (or an empty cell array) and %f
otherwise.
Examples
See also
Report an issue | ||
<< firstnonsingleton | Compatible fonctions | mstr2sci >> |