how to obtain Nyquist plots ?

조회 수: 1 (최근 30일)
osama Khaliq
osama Khaliq 2021년 9월 27일
답변: Star Strider 2021년 9월 27일
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)

답변 (1개)

Star Strider
Star Strider 2021년 9월 27일
See if using the nyquist function will do what you want.
.

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by