Nyquist plot - Changing the graph axes

21 visualizaciones (últimos 30 días)
Shahar ben ezra
Shahar ben ezra el 15 de Oct. de 2020
Comentada: Shahar ben ezra el 24 de Oct. de 2020
Hello everyone
According to the following code why I see the graph like this:
and not like this :
my code
The most basic there is :
sys1 = tf([1 1 ],[1 -1 0])
nyquist(sys1),grid on

Respuestas (1)

Chaitanya Mallela
Chaitanya Mallela el 22 de Oct. de 2020
From the basic graph, you can observe that the axis points are different for real and imaginary. Try setting the equal axis and adjust the graph on the figure window.
sys1 = tf([1 1],[1 -1 0])
nyquist(sys1)
axis equal
grid on
  1 comentario
Shahar ben ezra
Shahar ben ezra el 24 de Oct. de 2020
thanks
This is good, but not enough
Thanks again

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by