How to count and plot the number of points in a grid?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bhanu Pratap Singh
le 17 Fév 2021
Commenté : Just Manuel
le 2 Mar 2021
I have a huge data set of more than 19,00,000 points. By point I meant x and y. I am creating a 20*20 minor grid in my plot. I would like to count the number of points that fall in a single grid cell and plot/print the number (of points) in the grid itself in an another plot. I tried to look at hist3() and histcounts2() functions but, couldn't get a hold of it.
Please find attached the picture of the figure.
Please help. Thanks in advance.
3 commentaires
Bhanu Pratap Singh
le 18 Fév 2021
Modifié(e) : Bhanu Pratap Singh
le 18 Fév 2021
Rik
le 18 Fév 2021
Why do you think there might be something wrong? I'm on mobile so I can't run your code, but nothing jumps out at me from your code.
Réponse acceptée
Just Manuel
le 17 Fév 2021
Hehe, being curious and doing the stuff mathworks slaps in your face sometimes pays off ;) (I mean the community treasure hunt)
This brought me across this approach to what you want to do:
Have fun watching the Video ;)
Cheers
Manuel
1 commentaire
Just Manuel
le 2 Mar 2021
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Distribution Plots 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!