how to genrate random signal
6 views (last 30 days)
Show older comments
N=1024;
3 Comments
Accepted Answer
Rick Rosson
on 7 Apr 2016
Edited: Rick Rosson
on 7 Apr 2016
N = 1024;
x = rand(N,1);
figure;
plot(x);
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!