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
obsv_mat
observability matrix
Syntax
[O]=obsv_mat(A,C) [O]=obsv_mat(sl)
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 >> |