Scilab 5.5.2
- Ajuda do 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
macr2tree
conversão de função para árvore
Seqüência de Chamamento
t=macr2tree(function-name)
Parâmetros
- function-name
macro do Scilab
- t
uma "árvore" do Scilab
Descrição
Esta primitiva converte uma função Scilab compilada
function-name
em uma árvore (tlistas imbricadas) que
codifica a representação interna da função. Deve ser usada com
tree2code
.
Ver Também
- tree2code — gera a definição ASCII de uma função Scilab
Report an issue | ||
<< macr2lst | Funções | macro >> |