Scilab 6.0.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
whereis
関数が属するライブラリの名前
呼び出し手順
[librname]=whereis(function-name)
説明
関数function-nameが属するライブラリの名前を
文字列として返します.
ライブラリのパス名は"librname"と入力することにより
返されます.
例
whereis("ls") // fileiolibを返します whereis("plot") // graphicslibを返します
参照
- lib — ライブラリ定義
| Report an issue | ||
| << libraryinfo | Libraries | argn >> |