Scilab 5.3.3
Scilab help >> Data Structures > iscell
iscell
Check if a variable is a cell array
Calling Sequence
bool = iscell(x)
Arguments
- x
Scilab variable
- bool
A boolean
Description
iscell(x) returns true if x is a cell array
and false otherwise.
Examples
See Also
Author
- V.C.
| << hypermatrices | Data Structures | iscellstr >> |