Scilab 5.4.0
- Ajuda Scilab
- Funções
- 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
gera a definição ASCII de uma função Scilab
Seqüência de Chamamento
txt=tree2code(tree,prettyprint)
Parâmetros
- tree
uma árvore macro (vinda de macr2tree)
- prettyprint
valor opcional booleano
- %T
o código gerado é identado e embelezado
- %F
o código gerado não é embelezado (padrão)
- txt
um vetor coluna de strings, o texto fornecendo as instruções Scilab
Descrição
Dada uma função Scilab carregada "tree" (retornada por macr2tree), tree2code permite gerar novamente o código.
Ver Também
- macr2tree — conversão de função para árvore
Report an issue | ||
<< sciargs | Funções | varargin >> |