Scilab 5.5.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
Check if a variable is a cell array
Calling Sequence
bool = iscell(x)
Parameters
- x
 Scilab variable
- bool
 A boolean
Description
iscell(x) returns true if x is a cell array
            and false otherwise.
Examples
See Also
| Report an issue | ||
| << hypermatrices | Structures | iscellstr >> |