Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Scilab > whos

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 — 変数の一覧
  • who_user — ユーザ変数の一覧を得る
  • typeof — オブジェクトの型
<< who_user Scilab with_atlas >>

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:
Wed Oct 05 12:12:31 CEST 2011