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