필터 지우기
필터 지우기

Nyquist plot - Changing the graph axes

조회 수: 8 (최근 30일)
Shahar ben ezra
Shahar ben ezra 2020년 10월 15일
댓글: Shahar ben ezra 2020년 10월 24일
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

답변 (1개)

Chaitanya Mallela
Chaitanya Mallela 2020년 10월 22일
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
Shahar ben ezra
Shahar ben ezra 2020년 10월 24일
thanks
This is good, but not enough
Thanks again

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by