h2syn 277
# Examine step response
step = gstep([0:0.1:10],0,1)
y = clp2*step
gph3 = ctrlplot([y,step]);
gph3 = plot(gph3,{title="K2 controller: step response"})?