Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |