Scilab 5.3.1
      
      - Scilab help
 - Strings
 - ascii
 - blanks
 - code2str
 - convstr
 - emptystr
 - eval
 - evstr
 - grep
 - isalphanum
 - isascii
 - isdigit
 - isletter
 - isnum
 - justify
 - length
 - part
 - regexp
 - sci2exp
 - str2code
 - strcat
 - strchr
 - strcmp
 - strcmpi
 - strcspn
 - strindex
 - string
 - strings
 - stripblanks
 - strncpy
 - strrchr
 - strrev
 - strsplit
 - strspn
 - strstr
 - strsubst
 - strtod
 - strtok
 - tokenpos
 - tokens
 - tree2code
 
Please note that the recommended version of Scilab is 2026.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 — ツリー変換用の関数
 
作者
- V.C.
 
| << tokens | Strings | Sound file handling >> |