Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
getvariablesonstack
Scilabスタック上の変数名を取得
呼出し手順
s=getvariablesonstack() s=getvariablesonstack('local') s=getvariablesonstack('global')
引数
- s
文字列行列
説明
s = getvariablesonstack()
は,
Scilabスタック上の変数名をs
に返します.
getvariablesonstack('local')
は,Scilabスタック上のローカル変数を返します.
getvariablesonstack('global')
は,Scilabスタック上のグローバル変数を返します.
変数はアルファベット順にソートされます.
例
getvariablesonstack() getvariablesonstack('local') getvariablesonstack('global')
参照
- who — 変数の一覧
Report an issue | ||
<< exists | Variables | isdef >> |