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
obsv_mat
observability matrix
Syntax
O = obsv_mat(sl) O = obsv_mat(A, C)
Arguments
- A,C,O
real matrices
- sl
syslin
list
Description
obsv_mat
returns the observability matrix:
O=[C; CA; CA^2;...; CA^(n-1) ]
Report an issue | ||
<< observer | Controllability Observability | obsvss >> |