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.
.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by