Routh–Hurwitz stability criterion
Version 1.0.1 (1.47 KB) by
Ahmad Alamaireh
Analysis of Stability Boundaries for Gain K via Routh-Hurwitz Criterion
MATLAB Command Window
s=tf(‘s’);
G=(s+20)/(s*(s+2)*(s+3))
RouthTable(G)
Output
Cite As
Ahmad Alamaireh (2024). Routh–Hurwitz stability criterion (https://www.mathworks.com/matlabcentral/fileexchange/175358-routh-hurwitz-stability-criterion), MATLAB Central File Exchange. Retrieved .
Zixin Que (2024). Routh Table with Symbolic Variables (https://www.mathworks.com/matlabcentral/fileexchange/125460-routh-table-with-symbolic-variables), MATLAB Central File Exchange. Retrieved November 9, 2024.
MATLAB Release Compatibility
Created with
R2024b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: Routh Table with Symbolic Variables
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.