Matlab Nyquist Sampling Problem

How can I make my nyquist function more smooth?
This is my code
s=tf('s');
k1=3/(2*s*s+5*s+1);
nyquist(k1)

回答 (1 件)

Paul
Paul 2021 年 2 月 25 日

0 投票

According to
doc nyquist
you can do
nyquist(k1,w)
where w is a frequency vector of your choosing.

質問済み:

2021 年 2 月 25 日

回答済み:

2021 年 2 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by