Scilab 5.4.0
- Scilab help
- Functions
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- tree2code
- varargin
- varargout
- code2str
- str2code
Please note that the recommended version of Scilab is 2025.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')
Report an issue | ||
<< functions | Functions | head_comments >> |