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