Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
cont_mat
controllability matrix
Syntax
Cc = cont_mat(A, B) Cc = cont_mat(sl)
Arguments
- a,b
two real matrices of appropriate dimensions
- sl
linear system (
syslin
list)
Description
cont_mat
returns the controllability
matrix of the pair A,B
(resp. of the system sl=[A,B,C,D]
).
Cc=[B, AB, A^2 B,..., A^(n-1) B]
See also
Report an issue | ||
<< cainv | Controllability Observability | contr >> |