syssize
状態空間システムの大きさ
呼び出し手順
[r,nx]=syssize(Sl)
パラメータ
- Sl
状態空間形式の線形システム (
syslinリスト)- r
1 x 2 実数ベクトル
- nx
integer
説明
線形システムSlの[出力の数, 入力の数]を
r ベクトルとして返します.
nx はSlの状態量の数です.
History
| バージョン | 記述 |
| 2025.0.0 | syssize(Sl) is obsolete when Sl is a matrix of doubles and will be removed in 2026.0.0. |
| Report an issue | ||
| << syslin | Linear System Representation | systmat >> |