<< syslin Linear System Representation systmat >>

Scilab Help >> CACSD > Linear System Representation > syssize

syssize

状態空間システムの大きさ

呼び出し手順

[r,nx]=syssize(Sl)

パラメータ

Sl

状態空間形式の線形システム (syslin リスト)

r

1 x 2 実数ベクトル

nx

integer

説明

線形システムSlの[出力の数, 入力の数]を r ベクトルとして返します. nxSlの状態量の数です.

History

VersionDescription
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 >>