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 <refname>eval</refname>
5 <refpurpose>évaluation d'une matrice de chaînes de caractères</refpurpose>
8 <title>Séquence d'appel</title>
9 <synopsis>[H]= eval(Z)</synopsis>
12 <title>Description</title>
13 <para>renvoie le résultat de l'évaluation d'une matrice de chaînes de
14 caractères <literal>Z</literal>.
18 <title>Exemples</title>
19 <programlisting role="example"><![CDATA[
20 a=1; b=2; Z=['a','sin(b)'] ; eval(Z) // renvoie la matrice [1,0.909];
23 <refsection role="see also">
24 <title>Voir aussi</title>
25 <simplelist type="inline">
27 <link linkend="evstr">evstr</link>
30 <link linkend="execstr">execstr</link>