How to draw in matlab

4 views (last 30 days)
Danh Nguyen
Danh Nguyen on 21 Apr 2019
Commented: Danh Nguyen on 21 Apr 2019
all.PNG

Accepted Answer

Andreas Bernatzky
Andreas Bernatzky on 21 Apr 2019
Have a look:
g7=tf([100],[1 9 26 24]);
%Root locus
rlocus(g7)
grid on

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!