Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - Português


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)

Ver Também

History

VersionDescription
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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 09:49:51 GMT 2023