Scilab 6.0.2
Scilab Help >> Scilab > Variables > who_user
who_user
listing of user's variables
Syntax
varList = who_user([bPrint])
Arguments
- bPrint
enable or disable screen outputs (default:
%t
).
Return value
- varList
a column vector of user's variables or
[]
if user does not have variable.
Description
who_user
displays and/or returns user's variable names.
Examples
History
Version | Description |
5.4.0 | who_user can now return user's
variable names in a column vector of character strings. |
Comments
Add a comment:
Please login to comment this page.