histogram of error distribution

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by