Root locus of dynamic equation
이전 댓글 표시
I have an expression (characteristic equation) of the form
a*s^4 + (a^2)*3*(s^3) + 45*s^2 + 12 = 0
I need to get the locus of all poles of characteristic equation (locus of solution of above equation) when a varies from 0 to 10.
This is not as simple as "rlocus" since System transfer function, as shown above, is not static but dynamic due to presence of a.
Can anyone help?
답변 (1개)
Mischa Kim
2014년 2월 4일
0 개 추천
Satyajit, you could simply compute the root loci in a loop for different values of a and plot them in 3D ( plot3 ). The root loci would lie in planes parallel to the xy -plane, with a on the z-axis.
댓글 수: 2
Satya C
2014년 2월 4일
Mischa Kim
2014년 2월 4일
So you are saying you would like to get the roots for a in [0,10] with keeping s fixed? Or, since you emphasize 'dynamic', have a=a(t) vary as a funtion of time?
카테고리
도움말 센터 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!