Plotting the mean and variance

11 ビュー (過去 30 日間)
AB
AB 2016 年 8 月 23 日
コメント済み: dpb 2016 年 8 月 23 日
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 件のコメント
dpb
dpb 2016 年 8 月 23 日
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)

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by