1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2010 - DIGITEO - Clément DAVID
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="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="importXcosDiagram">
18 <refname>importXcosDiagram</refname>
19 <refpurpose>Import a Xcos diagram on Scilab</refpurpose>
23 <synopsis>[result]=importXcosDiagram(filename)</synopsis>
25 <refsection id="Module_importXcosDiagram">
30 <link linkend="xcos">xcos</link>
35 <refsection id="Description_importXcosDiagram">
36 <title>Description</title>
37 <para>Import a Xcos file into Scilab.</para>
40 <title>Examples</title>
41 <programlisting role="example">
42 filename=SCI+"/modules/xcos/demos/demo_Datatype.zcos";
43 [result]=importXcosDiagram(filename)
46 <refsection id="Parameters_importXcosDiagram">
47 <title>Arguments</title>
51 <emphasis role="bold">result:</emphasis> The status of the
57 <emphasis role="bold">filename:</emphasis> The Xcos file to
63 <refsection id="SeeAlso_importXcosDiagram">
64 <title role="see also">See also</title>
67 <link linkend="xcosDiagramToScilab">xcosDiagramToScilab</link>