Scilab 6.0.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
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 %tif
x is a cell array and %f otherwise.
See also
| Report an issue | ||
| << cellstr | cells | iscellstr >> |