Find Probability of numbers using histogram
Show older comments
Given a large m*n matrix is there any way to calculate the weights of elements and compute their probabilities?
Accepted Answer
More Answers (1)
Image Analyst
on 18 May 2018
Try
histogramObject = histogram(yourData, 'Normalization', 'probability');
then look at all the informative things returned in the histogramObject.
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!