Plotting the mean and variance
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
dpb
il 23 Ago 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)
Risposte (0)
Vedere anche
Categorie
Scopri di più su Data Distribution Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!