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
sm2ss
システム行列を状態空間に変換
呼出し手順
[Sl]=sm2ss(Sm);
パラメータ
- Sm
多項式行列 (ペンシルシステム行列)
- Sl
線形システム (
syslin
リスト)
説明
ユーティリティ関数: システム行列:
Sm = [-sI + A B; [ C D]
を状態空間表現の線形システム (syslin
) リストに変換します.
Report an issue | ||
<< sm2des | Linear System Representation | ss2des >> |