maximum value in scatter plot

10 views (last 30 days)
i have made a scatter plot using 'dscatter' for dihedral angles. how can we find out the values corresponding to most densely populated bins ?

Accepted Answer

Bjorn Gustavsson
Bjorn Gustavsson on 16 Sep 2019
Well that sounds like a task for histogram2, or any of the number of 2-D histogram functions available on the file exchange. They will let you specify the bin-geometry and then calculate the number of data-points in each bin.
HTH
  1 Comment
sruthi peesapati
sruthi peesapati on 16 Sep 2019
thank you for the suggestion.
will try the same.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!