How to plot data from a table with all points without the average ?

4 views (last 30 days)
I have to plot all the 200 points in the y axis in graph against each value of x axis, before that I was plotting the average value of for each point, but now I have to plot all the points. In fig 1 as you can see the I have a curve where y axis is ber and x axis is EbNo, for y axis I get 200 different values against a single value of x axis. I am currently taking the avg for y axis and using the single value against the x axis value. But now I want to plot all 200 points for 1 value then the next 200 points for the next value on the x axis. fig 2 shows the code part where the values are stored and the variables defining them and the fig 3 shows the stored values in the variable. I have 8 curves in the fig 1 and the same procedure is followed for each curve.
I have added the figures in the attachment, Kindly any help regarding this issue of plotting would be highly appreciated.

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!