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!

