Plot root loci with ((K))
Ältere Kommentare anzeigen
how can i write the K variable in mat lab for a transfer function weather its zeros or poles for example k(s+3)
Antworten (1)
Aquatris
am 25 Jul. 2018
You get your transfer function in the form;
sys = k*G(s)
then to get root locus you call the function
rlocus(G)
Kategorien
Mehr zu Weather and Atmospheric Science finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!