Plot root loci with ((K))
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how can i write the K variable in mat lab for a transfer function weather its zeros or poles for example k(s+3)
0 comentarios
Respuestas (1)
Aquatris
el 25 de Jul. de 2018
You get your transfer function in the form;
sys = k*G(s)
then to get root locus you call the function
rlocus(G)
0 comentarios
Ver también
Categorías
Más información sobre Classical Control Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!