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:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="getscilabmode">
4 <refname>getscilabmode</refname>
5 <refpurpose>returns scilab mode</refpurpose>
9 <synopsis>m = getscilabmode()</synopsis>
12 <title>Description</title>
13 <para>Returns scilab mode. 4 modes are possible: STD, API, NW, NWNI.</para>
15 <literal>API</literal>: Scilab is launch as an API.
18 <literal>STD</literal>: the standard Scilab (gui, plot ...).
21 <literal>NW</literal>: Scilab in command line with the plots.
24 <literal>NWNI</literal>: Scilab in command line without any graphics.
28 <title>Examples</title>
29 <programlisting role="example"><![CDATA[
33 <refsection role="see also">
34 <title>See also</title>
35 <simplelist type="inline">
37 <link linkend="scilab">scilab</link>