Scilab 5.5.2
- Scilab Help
- Advanced 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
macr2tree
function to tree conversion
Calling Sequence
t=macr2tree(function_name)
Arguments
- function_name
a Scilab macro
- t
a Scilab "tree"
Description
This primitive converts a compiled Scilab function function_name
into a tree (nested tlists) which codes the internal representation of
the function. For use with tree2code
.
See Also
- tree2code — generates ASCII definition of a Scilab function
Report an issue | ||
<< macr2lst | Advanced functions | macro >> |