1 <?xml version="1.0" encoding="ISO-8859-1"?>
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: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="lsslist" xml:lang="en">
15 <refname>lsslist</refname>
16 <refpurpose>definição de função linear de espaço de estados do
21 <title>Seqüência de Chamamento</title>
27 <title>Descrição</title>
29 <literal>lsslist(a1,....an)</literal> é um atalho para
30 <literal>tlist(['lss','A';'B';'C';'X0','dt'], a1,....an)</literal>
33 Cria um <literal>tlist</literal> com
34 <literal>['lss','A';'B';'C';'X0','dt']</literal> como primeiras entradas e
35 os <literal>ai</literal>'s como próximas entradas, se tiver algum. Não é
36 feita verificação de tipo ou tamanho nos <literal>ai</literal>'s.
39 <refsection role="see also">
40 <title>Ver Também</title>
41 <simplelist type="inline">
43 <link linkend="tlist">tlist</link>
46 <link linkend="syslin">syslin</link>