This program creates Routh-Hurwitz array from coefficients of the characteristic equation and check if the system is stable or not.
======Example 6.2. Page 363, Dorf, 11th edition ======
Checking the stability of q(s)=s^3 +s^2 + 2s +24
run the program and input [1 1 2 24]
Dr. Redmond Ramin Shamshiri (2021). Routh-Hurwitz Stability test (https://www.mathworks.com/matlabcentral/fileexchange/25956-routh-hurwitz-stability-test), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Why you use [rows,cols] ??
ok
Not correct!