generating wrong Nyquist plot of tf
이전 댓글 표시
i have been trying to plot nyquist plot of following transfer funtion but i am getting wrong.
sys =(s+3)/(s^2*(s-3))
when i tries to plot it using control technique i am getting different plot
please help
댓글 수: 2
Paul
2021년 5월 28일
What is your code and why do you think the result is wrong?
keshav agrawal
2021년 5월 28일
채택된 답변
추가 답변 (1개)
Girijashankar Sahoo
2021년 5월 28일
편집: Girijashankar Sahoo
2021년 5월 28일
0 개 추천
sys=tf([0 0 1 3],[1 -3 0 0])
nyquist(sys)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

