Scilab 5.4.0
- Aide Scilab
- Fonctions avancées
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- comp
- exec
- execstr
- function
- functions
- getd
- macr2tree
- mode
- sciargs
- code2str
- deff
- edit
- fun2string
- funcprot
- head_comments
- listfunctions
- macr2lst
- macro
- macrovar
- overloading
- recompilefunction
- str2code
- tree2code
- varargin
- varargout
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
macr2tree
conversion d'une fonction en arbre
Séquence d'appel
t=macr2tree(nom-de-fonction)
Paramètres
- nom-de-fonction
une macro Scilab
- t
un "arbre" Scilab
Description
Cette primitive convertit une fonction compilée de Scilab nom-de-fonction
en arbre (tlists imbriquées) qui code la représentation interne de la fonction.
A utiliser avec tree2code
.
Voir aussi
- tree2code — generates ascii definition of a Scilab function
Comments
Add a comment:
Please login to comment this page.