Advertisement
Ostu

Untitled

Mar 28th, 2021
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.15 KB | None | 0 0
  1. %% BIEGUNY
  2. figure(3)
  3. pzmap(H(2),H(4),H(6),H(8))
  4. legend('n=2','n=4','n=6','n=8')
  5. figure(4)
  6. pzplot(H(3),H(5),H(7),H(9))
  7. legend('n=3','n=5','n=7','n=9')
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement