Routh Array

Builds the array , and checks stability.
954 Downloads
Aktualisiert 26 Aug 2014

Lizenz anzeigen

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.

Zitieren als

Hassan Dehghani (2024). Routh Array (https://www.mathworks.com/matlabcentral/fileexchange/46127-routh-array), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Stability Analysis finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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