Scilab-Branch-6.1-GIT
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_user
listagem das variáveis do usuário
Seqüência de Chamamento
who_user()
Descrição
who_user
exibe os nomes das variáveis do usuário.
Examples
clear who_user() who_user(%t) who_user(%f) a = 1; b = 2; who_user() who_user(%t) who_user(%f)
History
Versão | Descrição |
5.4.0 | who_user can now return user's
variable names in a column vector of character strings. |
Report an issue | ||
<< who | Variables | whos >> |