Using matlab (R2007b), is it possible to get the asymptotic centroid, asymptotic angles and the break away and break in points for a root locus plot and its jw axis crossing?
0
votes
1 Answers
1
votes
As far as I know...
You simply translate each corresponding formula into a MATLAB expression and write a procedure which includes the necessary steps.
There is an rlocus()
function in the Control System Toolbox.