Plot root loci with ((K))
显示 更早的评论
how can i write the K variable in mat lab for a transfer function weather its zeros or poles for example k(s+3)
回答(1 个)
Aquatris
2018-7-25
You get your transfer function in the form;
sys = k*G(s)
then to get root locus you call the function
rlocus(G)
类别
在 帮助中心 和 File Exchange 中查找有关 Weather and Atmospheric Science 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!