Routh Array

Builds the array , and checks stability.
ダウンロード: 982
更新 2014/8/26

ライセンスの表示

You can enter the coefficients of a given characteristic equation to check the stability of the system.
This program addresses the cases of zero elements in the first column and zero rows.
The problem of zero element in the first column is solved by adding two more poles to the LHP. ( [old polynomial * (s^2+ n*s + m) ] this does not affect the result.) Some programs use 'eps'; it is not convenient in polynomials of higher orders.

Please let me know if there are any problems.

引用

Hassan Dehghani (2026). Routh Array (https://jp.mathworks.com/matlabcentral/fileexchange/46127-routh-array), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStability Analysis についてさらに検索
バージョン 公開済み リリース ノート
1.2.0.0

I have totally changed the program. The first one was my first try of programming in MATLAB, so it was hard to understand. this one is much lighter! :) let me know if there are any problems.

1.1.0.0

Minor changes!

1.0.0.0