Routh Array

Builds the array , and checks stability.
968 download
Aggiornato 26 ago 2014

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Stability Analysis in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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