Cannot compute the root locus of models with complex data
이전 댓글 표시
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

답변 (1개)
Paul
2024년 4월 29일
0 개 추천
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?
카테고리
도움말 센터 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!