histogram of error distribution
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
María Jesús
le 17 Déc 2014
Réponse apportée : Chad Greene
le 17 Déc 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 commentaires
Réponse acceptée
Chad Greene
le 17 Déc 2014
If I understand your question correctly,
hist(data_with_error(:) - perfect_data(:))
will do what you want.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!