Man Scilab

whos
Scilab Function

whos - listing of variables in long form

Calling Sequence

whos()
whos -type typ
whos -name nam

Parameters

Description

whos() displays all current variable names, types and memory used

whos -type typ displays all current variables with specified type

whos -name nam displays all current variables whose names begin with nam

Examples


whos()

whos -type boolean

whos -name %

 
  

See Also

who ,   typeof ,  

Back