266 Chapter 6. Function Reference
# Examine step response
step = gstep([0:0.1:10],0,1)
y = clpinf*step
gph3 = ctrlplot([y,step]);
gph3 = plot(gph3,{title="Kinf controller: step response"})?