iscell
checks if a variable is a cell array
Syntax
bool = iscell(x)
Arguments
- x
a Scilab variable.
- bool
a boolean.
Description
iscell(x)
returns %t
if
x
is a cell array and %f
otherwise.
See also
Report an issue | ||
<< cell2mat | cells | makecell >> |