Scilab 6.0.0
Aide de Scilab >> Structures > iscell
iscell
Check if a variable is a cell array
Syntax
bool = iscell(x)
Parameters
- x
Scilab variable
- bool
A boolean
Description
iscell(x)
returns true if x is a cell array
and false otherwise.
Comments
Add a comment:
Please login to comment this page.