Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 | ||
<< iscell | cells | makecell >> |