Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.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 (
syslin
list)- tol
is a threshold for controllability (see
contr
). default value issqrt(%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 | Controllability Observability | ctr_gram >> |