contrss
controllable part
Syntax
slc = contrss(sl) 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 >> |