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" xmlns:scilab="http://www.scilab.org" 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[
23 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>