Control package: Difference between revisions

m
No edit summary
Line 9: Line 9:
  step(P,2)            # plot step response
  step(P,2)            # plot step response


  #add some common markers like tangent at the origo which crosses lim(n->inf) f(t) at t=T1
  #add some common markers like the tangent line at the origin, which crosses lim(n->inf) f(t) at t=T1
  hold on
  hold on
  plot ([0 T1],  [0 1],"g")
  plot ([0 T1],  [0 1],"g")
281

edits