Scilab 5.3.0
- Scilab Online Help
- Scilab
- Scilab keywords
- TMPDIR
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- sethomedirectory
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_gtk
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
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
は,
指定した型のカレントの全変数を表示します.
whos -name nam
は
名前がnam
から始まる全変数を表示します.
注意 : 変数がグローバルの場合, 型の前に * が出力されます.
例
lines(0) whos() whos -type boolean whos -name %
<< who_user | Scilab | with_atlas >> |