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일

0 개 추천

If I understand your question correctly,
hist(data_with_error(:) - perfect_data(:))
will do what you want.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

질문:

2014년 12월 17일

답변:

2014년 12월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by