Azzera filtri
Azzera filtri

'Warning: closed loop system is unstable ' when getting Gain and Phase Margin using '[Gm,Pm] = margin(sys)'

20 visualizzazioni (ultimi 30 giorni)
I get the following warning when using the margin function:
Warning: The closed-loop system is unstable.
my gain margin is returned as infinite and my phase margin is around 90. I also plotted the nyquist, bode and Root locus and even did step response of closed loop. It does not look unstable to me so why do I receive this warning? Here is the Open loop transfer function:
0.4743 s^2 + 47.43 s
--------------------------------------
0.0003819 s^3 + 0.0007576 s^2 + 1667 s
Continuous-time transfer function.

Risposta accettata

Star Strider
Star Strider il 17 Giu 2016
The only thing I can think of is that your have a pole-zero cancellation at the origin. See if using the minreal function first helps.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by