Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
syssize
状態空間システムの大きさ
呼び出し手順
[r,nx]=syssize(Sl)
パラメータ
- Sl
状態空間形式の線形システム (
syslin
リスト)- r
1 x 2 実数ベクトル
- nx
integer
説明
線形システムSl
の[出力の数, 入力の数]を
r
ベクトルとして返します.
nx
はSl
の状態量の数です.
Report an issue | ||
<< syslin | Linear System Representation | systmat >> |