Scilab 6.0.0
Ajuda do Scilab >> CACSD > Linear Analysis > Controllability Observability > obs_gram
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
Comments
Add a comment:
Please login to comment this page.