Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
obs_gram
可観測性グラミアン
呼び出し手順
Go=obs_gram(A,C [,dom]) Go=obs_gram(sl)
パラメータ
- A,C
- (適当な次元の)実数行列 
- dom
- 文字列 ( - "d'または- "c"(デフォルト値))
- sl
- syslinリスト
説明
対(A,C)または
            線形システムsl (syslin リスト)の
            可観測性グラミアン.
            dom は領域で,以下の値とすることができます
- "c"
- 連続システム (デフォルト) 
- "d"
- 離散システム 
例
| Report an issue | ||
| << dt_ility | Controllability Observability | obscont >> |