How to draw in matlab

Answers (1)

Here a example for root Locus:
g7=tf([100],[1 9 26 24]);
rlocus(g7)
grid on

Asked:

on 21 Apr 2019

Answered:

on 21 Apr 2019

Community Treasure Hunt

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

Start Hunting!