highest row degree coefficient matrix of a polynomial matrix T(s)

This function computes the highest row degree coefficient matrix of polynomial matrix T(s).
ダウンロード: 267
更新 2014/5/28

ライセンスの表示

Very useful in polynomial matrix theory which is directly connected with linear multivariable control systems
For example if we in put the matrix
[ s^2+3*s, s+1]
T= [ 5*s, s^4]
[ 5*s^6, s^2]
[ 3*s^3+6, s^3+5] we'll get
ans =
1 0
0 1
5 0
3 1

引用

Lazaros Moysis (2024). highest row degree coefficient matrix of a polynomial matrix T(s) (https://www.mathworks.com/matlabcentral/fileexchange/36430-highest-row-degree-coefficient-matrix-of-a-polynomial-matrix-t-s), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPolynomials についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Fixed grammar mistakes

1.1.0.0

just changed the description

1.0.0.0