Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Fonctions avancées > macr2tree

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.

Exemples

tree=macr2tree(cosh);
txt=tree2code(tree,%T);
write(%io(2),txt,'(a)');

Voir aussi

  • tree2code — generates ASCII definition of a Scilab function
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:22 CEST 2016