How to find the intersection a root locus plot and a line with specific angle?
Show older comments
For example when I use the following code to plot root locus:
s=tf('s');
GH=(1)/(s*(s+1)^2);
rlocus(GH)
the output is:

But i'm interested in the intercection between a 60 degree line and the plot, the wanted output is the following:

I'm interested in the value of K.
Accepted Answer
More Answers (0)
Categories
Find more on Response Computation and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!