필터 지우기
필터 지우기

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 CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by