Advertisement
Ostu

Untitled

Apr 22nd, 2021
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.19 KB | None | 0 0
  1. subplot(3,1,1)
  2. plot(elP)
  3. title 'element P'
  4. ylim([-0.3 0.15])
  5. subplot(3,1,2)
  6. plot(elI)
  7. title 'element I'
  8. ylim([-0.3 0.45])
  9. subplot(3,1,3)
  10. plot(elD)
  11. title 'element D'
  12. ylim([-0.85 0.4])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement