how to obtain Nyquist plots ?

1 visualización (últimos 30 días)
osama Khaliq
osama Khaliq el 27 de Sept. de 2021
Respondida: Star Strider el 27 de Sept. de 2021
obtain the Nyquist plots of the following system by using a matlab?
2S / 8S2 + S +10
Code:
num = [2]
den= [8 1 10]
nyquist(num,den)

Respuestas (1)

Star Strider
Star Strider el 27 de Sept. de 2021
See if using the nyquist function will do what you want.
.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by