Hurwitz stability criterion

Gives Hurwitz determinant and logical respond for system stability.
ダウンロード: 67
更新 2018/9/19

ライセンスの表示

Example for "tf" class:
>> s = tf('s');
>> W = 1/(s^4 + 2*s^3 + 3*s^2 + 4*s + 5);
>> [hwz,truefalse] = hurwitz(W,'tf')

Sistem je nestabilan.

hwz =

2 4 0 0
1 3 5 0
0 2 4 0
0 1 3 5

truefalse =

logical

0
Example for "sym" class:
>> syms s
>> W = 1/(s^2 + 2*s + 1);
>> [hwz,truefalse] = hurwitz(W,'sym')

Sistem je stabilan.

hwz =

2 0
1 1

truefalse =

logical

1

引用

aleksa markovic (2024). Hurwitz stability criterion (https://www.mathworks.com/matlabcentral/fileexchange/68859-hurwitz-stability-criterion), MATLAB Central File Exchange. に取得済み.

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

Community Treasure Hunt

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

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