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?
Asked
Active
Viewed 1,211 times
0
-
1http://ctms.engin.umich.edu/CTMS/index.php?example=Introduction§ion=ControlRootLocus ; http://homepages.wmich.edu/~kamman/ME360MatlabRootLocusAnalysis.pdf ; http://www.mit.edu/~6.302/notes/6.302rec8.pdf – veganaiZe Aug 07 '17 at 00:05
-
So MATLAB cannot calculte them automatically for me? – Simon Poizon Katimba Aug 07 '17 at 00:40
1 Answers
1
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.