Cannot compute the root locus of models with complex data
17 views (last 30 days)
Show older comments
Hi everyone,
I'm trying to use the function "rlocusplot(H)" with a comlex transfer function: H = 1/(s + 1 + 1i), without success.
Could someone please help me. Many thanks!
Best regards
Tony
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1682491/image.png)
0 Comments
Answers (1)
Paul
on 29 Apr 2024
Well, you can always loop through values of K and for each value of K solve for s that satisfies
den(s) + K*num(s) = 0
and plot the resulting values of s.
If you don't mind me asking, what kind of problem results in a trasnfer function with complex coefficients?
2 Comments
See Also
Categories
Find more on Classical Control Design 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!