Scilab 6.0.0
Scilab Help >> Data Structures > iscell
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.
Comments
Add a comment:
Please login to comment this page.