Scilab 6.0.0
Scilabヘルプ >> CACSD > Linear System Representation > syssize
syssize
状態空間システムの大きさ
呼び出し手順
[r,nx]=syssize(Sl)
パラメータ
- Sl
状態空間形式の線形システム (
syslin
リスト)- r
1 x 2 実数ベクトル
- nx
integer
説明
線形システムSl
の[出力の数, 入力の数]を
r
ベクトルとして返します.
nx
はSl
の状態量の数です.
Comments
Add a comment:
Please login to comment this page.