Guest User

Untitled

a guest
Jan 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. array A[100]
  2. do for [i=1:100] { A[i] = sin(2*pi*i/100.) + 0.1*rand(0) }
  3. plot A
Add Comment
Please, Sign In to add comment