Guest User

Untitled

a guest
Oct 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. >> X = [0:0.001:0.04]
  2. >> for i=1:40
  3. Y = 6113 * cos(2*pi*200*X(i) + 1508);
  4. end
  5. >> plot(Y,X)
  6.  
  7. >> X = [0:0.001:0.04]
  8. >> for i=1:40
  9. Y = 6113 * cos(2*pi*200*X(i) + 1508);
  10. >> plot(Y,X)
  11. end
Add Comment
Please, Sign In to add comment