I am trying to plot step response of a system with an approximated delay. This code
a = 2; pa = PadeApproximant[Exp[-s], {s, 0, {3, 3}}]; sys = TransferFunctionModel[pa/(s^2 + s/a + 1), s]; out = OutputResponse[sys, UnitStep[t], {t, 0, 20}]; Plot[out, {t, 0, 20}, PlotRange -> All] produces discontinuous plot below
If we change the value of a to be positive number other than 2, then the discontinuities disappear. How to remove these discontinuities for $a=2$? I am using Wolfram 14.2.


Re@outseems work. OrReImPlot. $\endgroup$