How to draw in matlab

2 visualizaciones (últimos 30 días)
Danh Nguyen
Danh Nguyen el 21 de Abr. de 2019
Respondida: Andreas Bernatzky el 21 de Abr. de 2019

Respuestas (1)

Andreas Bernatzky
Andreas Bernatzky el 21 de Abr. de 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