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
macr2tree
ツリー変換用の関数
呼び出し手順
t=macr2tree(function-name)
パラメータ
- function-name
cilabマクロ
- t
Scilab "ツリー"
説明
このプリミティブは, コンパイル済みの Scilab 関数function-name
を関数を内部表現にコード化したツリー (鱗状のtlists)に変換します.
tree2code
と共に使用します.
参照
- tree2code — Scilab関数のアスキー定義を生成する
Report an issue | ||
<< macr2lst | Functions | macro >> |