Scilab 5.5.2
- Scilabヘルプ
- Functions
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- code2str
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- str2code
- tree2code
- varargin
- varargout
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
文字列. ディレクトリのパス名
入力引数を指定さずに
getd
が コールされた場合, またはpath
が空文字列の 場合, "."
説明
path
ディレクトリで定義された
(Scilab関数を含む)
全ての .sci
ファイルをロードします.
例
getd('SCI/modules/cacsd/macros')
Report an issue | ||
<< functions | Functions | head_comments >> |