Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Kp = 9.35;
  2. s = tf('s');
  3. G = 1/(s*(s-4));
  4. C = (s+1);
  5.  
  6. rlocus(C*G)
  7. line([0 -30], [0 30*tan(theta)])
  8. line([0 -30], [0 -30*tan(theta)])
  9.  
  10. sys = feedback(Kp*C*G, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement