generating wrong Nyquist plot of tf
Ältere Kommentare anzeigen
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 Kommentare
Paul
am 28 Mai 2021
What is your code and why do you think the result is wrong?
keshav agrawal
am 28 Mai 2021
Akzeptierte Antwort
Weitere Antworten (1)
Girijashankar Sahoo
am 28 Mai 2021
Bearbeitet: Girijashankar Sahoo
am 28 Mai 2021
0 Stimmen
sys=tf([0 0 1 3],[1 -3 0 0])
nyquist(sys)
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

