Scilab 5.3.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
getd
ディレクトリで定義された全ての関数を取得する
呼び出し手順
getd(path)
パラメータ
- path
Scilab文字列. ディレクトリのパス名
説明
pathディレクトリで定義された
(Scilab関数を含む)
全ての .sciファイルをロードします.
例
getd('SCI/modules/cacsd/macros')
| << get_function_path | Functions | head_comments >> |