Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Scilab > Variables > whos

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 %

参照

  • who — 変数の一覧
  • who_user — ユーザ変数の一覧
  • typeof — Human-readable type or overloading code of an object
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:21 CEST 2016