Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.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 | profiling >> |