Scilab 5.5.0
- Scilabヘルプ
- 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
head_comments
Scilab関数のヘッダのコメントを表示
呼び出し手順
head_comments(name) head_comments(name,%paths)
パラメータ
- name
文字列, 関数名
- %paths
文字列ベクトル, sci-ファイルを探す場所のパス
説明
head_comments(name)
は,
(Matlabヘルプのように)
関数ヘッダのコメントを表示します.
コメントは関連する sci-ファイルから読み込まれます.
name
がライブラリ中の関数の場合,
sci-ファイルはライブラリパスで指定したパスとなります
(lib参照).
name
がライブラリ中ではない関数の場合,
変数%paths
で指定したディレクトリの中で
name
.sci
という名前のファイルが
探されます.
Scilabのほとんどの定義済みの関数はもはやヘッダコメントを
有していません. |
例
head_comments sinc
Report an issue | ||
<< getd | Functions | listfunctions >> |