<< varunlock | Memory manager functions | whos >> |
who |
s = who() |
who(scope) |
s = who(scope) |
who('-file', filename) |
s = who('-file', filename) |
who(... , var1, ..., varN) |
s = who(... , var1, ..., varN) |
a string: 'global', 'base', 'caller', 'local' or '-file'.
string: an existing filename .nh5 or .mat file.
string: variable name.
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 |
Allan CORNET