Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. 5400
  2.  
  3. u1=[5400]; v1=[2 2.5 1.5];
  4. G = tf(u1, v1);
  5.  
  6. M = feedback(G, 1)
  7.  
  8. M =
  9.  
  10. 5400
  11. -------------------
  12. 2 s^2 + 2.5 s + 1.5
  13.  
  14. Continuous-time transfer function.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement