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
2021년 2월 25일
According to
doc nyquist
you can do
nyquist(k1,w)
where w is a frequency vector of your choosing.
카테고리
도움말 센터 및 File Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!