Hi, I'm new
I'm doing a simulation with Matlab and I like to change the color of a point when it have the same coordinate.
I have a matrix with all the 'x' and 'y' coordinates of all points and my program is plotting them one by one. I like to change the color when a point overlaps a other, so that I can see the density of points on this place.
Per example: 
-All the plotted points are blue. (a lot)
-The coordinate of a single point is (1,1) => blue (this is ok)
- When a second plotted point have the same coordinate (1,1) it have to change in red
-When a third point passes throught the same coordinate (1,1) it have to change in yellow etc..
Do you have any ideas?
Thank you