Scilab 5.5.2
Please note that the recommended version of Scilab is 2026.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) リストに変換します.
参照
- ss2des — (多項式) 状態空間をディスクリプタ形式に変換
| Report an issue | ||
| << sm2des | Formal representations and conversions | ss2des >> |