1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="eval" xml:lang="fr">
4 <pubdate>$LastChangedDate$</pubdate>
7 <refname>eval</refname>
8 <refpurpose>évaluation d'une matrice de chaînes de caractères</refpurpose>
11 <title>Séquence d'appel</title>
12 <synopsis>[H]= eval(Z)</synopsis>
15 <title>Description</title>
16 <para>renvoie le résultat de l'évaluation d'une matrice de chaînes de
17 caractères <literal>Z</literal>.
21 <title>Exemples</title>
22 <programlisting role="example"><![CDATA[
23 a=1; b=2; Z=['a','sin(b)'] ; eval(Z) // renvoie la matrice [1,0.909];
26 <refsection role="see also">
27 <title>Voir aussi</title>
28 <simplelist type="inline">
30 <link linkend="evstr">evstr</link>
33 <link linkend="execstr">execstr</link>