To calculate a Routh table in MATLAB, you can use the rout
function which is included in the Control Systems Toolbox. Here's an example:
main.m140 chars7 lines
In this example, num
and den
are the numerator and denominator coefficients of the transfer function, respectively. The rout
function will return a matrix containing the Routh table for the transfer function.
You can then use MATLAB to perform any further analysis of the Routh table as needed.
gistlibby LogSnag