histogram of error distribution
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
María Jesús
il 17 Dic 2014
Risposto: Chad Greene
il 17 Dic 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 Commenti
Risposta accettata
Chad Greene
il 17 Dic 2014
If I understand your question correctly,
hist(data_with_error(:) - perfect_data(:))
will do what you want.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!