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
tree2code
Scilab関数のアスキー定義を生成する
呼び出し手順
txt=tree2code(tree,prettyprint)
パラメータ
- tree
マクロツリー (macr2treeの出力)
- prettyprint
オプションの論理値
- %T
生成されるコードはインデント,整形されます
- %F
生成されるコードは整形されません (デフォルト)
- txt
文字列の列ベクトルで, Scilab命令を指定するテキスト
説明
読み込まれたScilab関数 "ツリー" (macr2treeの出力)を指定することで, tree2code によりコードを再生することができます.
参照
- macr2tree — ツリー変換用の関数
Report an issue | ||
<< sciargs | Functions | varargin >> |