Hi Everyone,
I've found that some transfer functions cannot be fully plotted for their step responses. I've tried this both on my local notebook and on Wolfram Cloud, and the results are the same.
Plot[Evaluate[
Tooltip[OutputResponse[
TransferFunctionModel[((s + 5)/(s +
1) 2/((s + 1) (s + 3)))/(1 + (s + 5)/(s +
1) 2/((s + 1) (s + 3))), s], UnitStep[t], t], t]], {t, 0,
10}, AxesLabel -> {"t", "x(t)"}, AspectRatio -> Automatic]
