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
obs_gram
observability gramian
Syntax
Go=obs_gram(A,C [,dom]) Go=obs_gram(sl)
Arguments
- A,C
real matrices (of appropriate dimensions)
- dom
string (
"d'
or"c"
(default value))- sl
syslin
list
Description
Observability gramian of the pair (A,C)
or linear
system sl
(syslin
list).
dom
is the domain which can be
- "c"
continuous system (default)
- "d"
discrete system
Examples
See also
Report an issue | ||
<< dt_ility | Controllability Observability | obscont >> |