Scilab 6.0.0
Ajuda do Scilab >> CACSD > Linear Analysis > Controllability Observability > ctr_gram
ctr_gram
controllability gramian
Syntax
[Gc]=ctr_gram(A,B [,dom]) [Gc]=ctr_gram(sl)
Arguments
- A,B
two real matrices of appropriate dimensions
- dom
character string (
'c'(default value) or'd')- sl
linear system,
syslinlist
Description
Controllability gramian of (A,B) or sl (a syslin
linear system).
dom character string giving the time domain : "d" for a
discrete time system and "c" for continuous time (default case).
Comments
Add a comment:
Please login to comment this page.