Plotting the mean and variance
21 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I have a data set (500 by 1 matrix) and i want to plot a scatter plot. How can I add a bar corresponding to the mean of the data and what will be a good way to show the variance?
Also, when I plot the data with scatter command, I get are all the bubbles in one straight line corresponding to my index. Is there a way to make these bubbles a little more scattered rather in a single line on top of each other?
1 Kommentar
dpb
am 23 Aug. 2016
Normally, one would have an independent variable against which to plot--what's that for your data?
As for adding the mean, simply line will do; use hold on after scatter to add to the plot; see the doc and examples in Graphics section for more info.
If you just have observations, perhaps the better display might be a histogram (doc hist) instead of scatter plot??? Or, perhaps, boxplot (requires Statistics Toolbox)
Antworten (0)
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!