How can I plot a root locus for an open loop system?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
soni
el 26 de En. de 2015
Respondida: Jason R
el 26 de En. de 2015
Hi,
I need help in plotting an open loop system for the following equation:
G(s)=K / s[(Is+a)(Hs+R) +K^2]
0 comentarios
Respuesta aceptada
Jason R
el 26 de En. de 2015
To find the root locus of G=1/(10s+5), use the following code:
s=tf('s'); G=tf(1/(10*s+5)); rlocus(G)
This should be enough to get you going.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Classical Control Design en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!