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!

