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_user
ユーザ変数の一覧
呼び出し手順
varList = who_user([bPrint])
引数
- bPrint
画面出力を有効または無効にする (デフォルト:
%t
).
返り値
- varList
ユーザ変数の列ベクトルまたはユーザが変数が有さない場合に
[]
.
説明
who_user
は,ユーザの変数名を表示し,ユーザ変数名を返します.
例
履歴
Version | Description |
5.4.0 | who_user はユーザ変数名を
文字列の列ベクトルで返すようになりました. |
Report an issue | ||
<< who | Variables | whos >> |