Scilab 6.0.1
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
verifica se uma variável é um cell array de strings
Seqüência de Chamamento
bool = iscellstr(x)
Parâmetros
- x
variável Scilab
- bool
um booleano
Descrição
iscellstr(x)
retorna verdadeiro se x é um cell
array de strings (ou um cell array vazio) e falso em caso
contrário.
Exemplos
Report an issue | ||
<< iscell | cells | makecell >> |