Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
contrss
controllable part
Syntax
[slc]=contrss(sl [,tol])
Arguments
- sl
- linear system ( - syslinlist)
- tol
- is a threshold for controllability (see - contr). default value is- sqrt(%eps).
Description
returns the controllable part of the linear
            system sl = (A,B,C,D) in state-space form.
Examples
See also
| Report an issue | ||
| << contr | Contrôlabilité Observabilité | ctr_gram >> |