MATLAB: Visualizing density of points

densityheat map

I have a matrix A with dimension of 288*15581 where 288 is the length of time. Hence, I have 15581 curves. when I plot them I have the picture attached.
The problem is I do not know how many point have been gathered at one specific location. Having A, how can I see the density of points? I think heat map can do it but I have no idea.