histogram of error distribution
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
María Jesús
am 17 Dez. 2014
Beantwortet: Chad Greene
am 17 Dez. 2014
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!!
0 Kommentare
Akzeptierte Antwort
Chad Greene
am 17 Dez. 2014
If I understand your question correctly,
hist(data_with_error(:) - perfect_data(:))
will do what you want.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!