Scilab-Branch-6.1-GIT
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
Vérifie si une variable est une cell de chaînes de caractères
Séquence d'appel
bool = iscellstr(x)
Paramètres
- x
Variable Scilab
- bool
Un booléen
Description
iscellstr(x)
retourne vrai si x est une cell de
chaînes de caractères et faux sinon.
Exemples
Voir aussi
Report an issue | ||
<< iscell | cells | makecell >> |