Plot root loci with ((K))
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Aquatris
il 25 Lug 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 Commenti
Vedere anche
Categorie
Scopri di più su Weather and Atmospheric Science in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!