Scilab 5.5.2
      
      
    Please note that the recommended version of Scilab is 2026.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)
| Report an issue | ||
| << isfield | Structures | list >> |