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="ja" xml:id="lsslist">
15 <refname>lsslist</refname>
16 <refpurpose>Scilab 線形状態空間関数を定義</refpurpose>
27 <literal>lsslist(a1,....an)</literal> は
28 <literal>tlist(['lss','A';'B';'C';'X0','dt'], a1,....an)</literal>
32 <literal>['lss','A';'B';'C';'X0','dt']</literal> を最初のエントリ,
33 <literal>ai</literal> は次のエントリなどとなる<literal>tlist</literal>
35 <literal>ai</literal>に関して型や大きさの確認は行われません.
38 <refsection role="see also">
40 <simplelist type="inline">
42 <link linkend="tlist">tlist</link>
45 <link linkend="syslin">syslin</link>