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
isstruct
Vérifie si une variable est une structure
Séquence d'appel
bool = isstruct(x)
Paramètres
- x
Variable Scilab
- bool
Un booléen
Description
isstruct(x)
retourne vrai si x est une structure
et faux sinon.
Exemples
isstruct(1) isstruct(cell()) isstruct(struct("name","Scilab", "version", getversion())) info.name="Scilab"; info.function="isstruct"; info.module="help"; isstruct(info)
Voir aussi
Report an issue | ||
<< isfield | Listes Structures Cells | list >> |