フィルターのクリア

histogram of error distribution

3 ビュー (過去 30 日間)
María Jesús
María Jesús 2014 年 12 月 17 日
回答済み: Chad Greene 2014 年 12 月 17 日
Hi,
I have a set of data to which I am adding weighted random error from a uniform distribution, and I would like to generate a histogram of the error distributions. Could anyone help me with this?
Thanks!!

採用された回答

Chad Greene
Chad Greene 2014 年 12 月 17 日
If I understand your question correctly,
hist(data_with_error(:) - perfect_data(:))
will do what you want.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by