How to draw in matlab
Show older comments
Answers (1)
Andreas Bernatzky
on 21 Apr 2019
Here a example for root Locus:
g7=tf([100],[1 9 26 24]);
rlocus(g7)
grid on
Categories
Find more on Classical Control Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!