who
s = who()
who(scope)
s = who(scope)
who('-file', filename)
s = who('-file', filename)
who(... , var1, ..., varN)
s = who(... , var1, ..., varN)
| Paramètre | Description |
|---|---|
| scope | une chaîne : 'global', 'base', 'caller', 'local' ou '-file'. |
| filename | chaîne : nom d'un fichier existant .nh5 ou .mat. |
| var1, ..., varN | chaîne : nom de la variable. |
| Paramètre | Description |
|---|---|
| s | un tableau de chaînes : liste des noms de variables. |
who affiche les noms des variables courantes.
clear
who
A = 3
b= 3
who
s = who()
| Version | Description |
|---|---|
| 1.0.0 | version initiale |