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!