Routh Array

Builds the array , and checks stability.
956 téléchargements
Mise à jour 26 août 2014

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Stability Analysis dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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