Find Probability of numbers using histogram
Afficher commentaires plus anciens
Given a large m*n matrix is there any way to calculate the weights of elements and compute their probabilities?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 18 Mai 2018
Try
histogramObject = histogram(yourData, 'Normalization', 'probability');
then look at all the informative things returned in the histogramObject.
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!