1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2006-2008 - INRIA
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <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="lsslist">
15 <refname>lsslist</refname>
16 <refpurpose>Scilab linear state space function definition</refpurpose>
19 <title>Calling Sequence</title>
25 <title>Description</title>
27 <literal>lsslist(a1, ..., an)</literal> is a shortcut to
28 <literal>tlist(['lss','A';'B';'C';'X0','dt'], a1, ..., an)</literal>.
31 Creates a <literal>tlist</literal> with <literal>['lss','A';'B';'C';'X0','dt']</literal> as
32 first entry and <varname>ai</varname>'s as next entries if any. No type nor size
33 checking is done on <varname>ai</varname>'s.
36 <refsection role="see also">
37 <title>See Also</title>
38 <simplelist type="inline">
40 <link linkend="tlist">tlist</link>
43 <link linkend="syslin">syslin</link>