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
whos
長い形式で変数のリストを得る
呼び出し手順
whos() whos -type typ whos -name nam
引数
- typ
指定する変数型の名前 (
typeof
参照)- nam
指定する名前の先頭文字
説明
whos()
は,カレントの全ての変数の名前,型および使用メモリを表示します.
whos -type typ
は,
指定した型typ
のカレントの全変数を表示します.
whos -name nam
は
名前がnam
から始まる全変数を表示します.
注意 : 変数がグローバルの場合, 型の前に * が出力されます. |
例
lines(0) whos() whos -type boolean whos -name %
Report an issue | ||
<< who_user | Variables | exit >> |