Advertisement
Ostu

Untitled

Dec 2nd, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.22 KB | None | 0 0
  1. A1=4;
  2. Aw=3;
  3. g=9.81;
  4. hmax=10;
  5. Az2=[(-Aw*sqrt(2*g*hmax)/A1]
  6. Bz2=[1/A1]
  7. Cz2=[1]
  8. Dz2=[0]
  9. Z2=ss(Az2,Bz2,Cz2,Dz2)
  10. figure(1)
  11. step(Z2)
  12. figure(2)
  13. impulse(Z2)
  14. figure(3)
  15. nyquist(Z2)
  16. figure(4)
  17. bode(Z2)
  18. figure(5)
  19. pzmap(Z2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement