1 <?xml version="1.0" encoding="UTF-8"?>
4 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * Copyright (C) 2008 - INRIA
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
18 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
19 xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml"
20 xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook"
21 xmlns:scilab="http://www.scilab.org" xml:id="eval" xml:lang="ja">
25 <refname>eval</refname>
27 <refpurpose>文字列の行列を評価する <emphasis role="bold">(obsolete)</emphasis>
36 <synopsis>[H] = eval(Z)</synopsis>
68 <function>eval</function>関数は,
70 文字列の行列<varname>Z</varname>を評価したものを返します.
80 <programlisting role="example"><![CDATA[
84 eval(Z) //行列 [1, 0.909]を返します;
93 <simplelist type="inline">
97 <link linkend="evstr">evstr</link>
103 <link linkend="execstr">execstr</link>
110 <refsection role="history">
114 <revnumber>6.0.1</revnumber>
116 <literal>eval()</literal> is declared obsolete, to be removed from Scilab 6.1.0.
117 Please use <literal>evstr()</literal> instead.