Scilab 6.0.0
Scilab Help >> Data Structures > iscellstr
iscellstr
checks if a variable is a cell array of strings
Syntax
bool = iscellstr(x)
Arguments
- x
a Scilab variable.
- bool
a boolean.
Description
iscellstr(x)
returns %t
if x
is a cell array of
strings (or an empty cell array) and %f
otherwise.
Comments
Add a comment:
Please login to comment this page.