Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
who
listing of variables
Syntax
who who() names = who('local') [names, mem] = who('local') names = who('global') [names, mem] = who('global') who('sorted') names = who('local','sorted') [names, mem] = who('local','sorted') names = who('global','sorted') [names, mem] = who('global','sorted')
Description
who()
displays current variable names.
who('local')
or who('get')
returns current
variable names and memory used in double precision words.
who('global')
returns global variable names and memory
used in double precision words.
who('sorted')
displays in alphabetical order all variables.
Examples
Report an issue | ||
<< predef | Variables | who_user >> |