How to draw in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
0 comentarios
Respuestas (1)
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
0 comentarios
Ver también
Categorías
Más información sobre Classical Control Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!