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
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,
syslin
list
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).
Examples
See also
Report an issue | ||
<< contrss | Contrôlabilité Observabilité | dt_ility >> |