who
s = who()
who(scope)
s = who(scope)
who('-file', filename)
s = who('-file', filename)
who(... , var1, ..., varN)
s = who(... , var1, ..., varN)
| Parameter | Description |
|---|---|
| scope | a string: 'global', 'base', 'caller', 'local' or '-file'. |
| filename | string: an existing filename .nh5 or .mat file. |
| var1, ..., varN | string: variable name. |
| Parameter | Description |
|---|---|
| s | a cell of strings: list of variable's name. |
who displays current variable names.
clear
who
A = 3
b= 3
who
s = who()
| Version | Description |
|---|---|
| 1.0.0 | initial version |