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