Routh Array

Builds the array , and checks stability.
942 Downloads
Updated 26 Aug 2014

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Stability Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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