| Scilab Reference Manual |
|---|
lincos — linearizes a system described by a scicos diagram
sys= lincos(scs_m [,x0,u0 [,param] ])
| scs_m | : a Scicos data structure | ||||
| x0 | : column vector. Continuous state around which linearization to be done (default 0) | ||||
| u0 | : column vector. Input around which linearization to be done (default 0) | ||||
| param | : list with two elements (default list(1.d-6,0))
| ||||
| sys | : state-space linear model |
Constructs by linearization a linear state-space model from a general dynamical system described by a scicos diagram.
R. Nikoukhah
| << INVBLK_f | LOGBLK_f >> |