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