Root locus of dynamic equation
Mostra commenti meno recenti
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?
Risposte (1)
Mischa Kim
il 4 Feb 2014
0 voti
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 Commenti
Satya C
il 4 Feb 2014
Mischa Kim
il 4 Feb 2014
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?
Categorie
Scopri di più su Classical Control Design in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!