Scilab 5.3.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
lsslist
Scilab linear state space function definition
Calling Sequence
lsslist() lsslist(a1,....an)
Description
lsslist(a1,....an) is a shortcut to
    tlist(['lss','A';'B';'C';'X0','dt'], a1,....an)
Creates a tlist with  ['lss','A';'B';'C';'X0','dt'] as
    first entry and  ai's as next entries if any. No type nor size
    checking is done on ai's.
| << list | Data Structures | lstcat >> |