Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

array in matlab

$
0
0
im trying to plot a graph of two arrays with the following length: 5001x101 double. however when doing the following coding only 1 values is obtained.



 for n =1:1:5001
    snr1 = rms(input(n))/ rms(out(n));
end


Viewing all articles
Browse latest Browse all 2703

Trending Articles