Scilab 6.0.0
Scilab Help >> Advanced functions > macr2tree
macr2tree
function to tree conversion
Syntax
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
Comments
Add a comment:
Please login to comment this page.