How to draw in matlab

2 Ansichten (letzte 30 Tage)
Danh Nguyen
Danh Nguyen am 21 Apr. 2019

Antworten (1)

Andreas Bernatzky
Andreas Bernatzky am 21 Apr. 2019
Here a example for root Locus:
g7=tf([100],[1 9 26 24]);
rlocus(g7)
grid on

Community Treasure Hunt

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

Start Hunting!

Translated by