Azzera filtri
Azzera filtri

Visualizing density of points?

17 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

jonas
jonas il 5 Set 2018
  5 Commenti
jonas
jonas il 9 Set 2018
Modificato: jonas il 9 Set 2018
Im on phone so cannot try it out myself, but add
hist3(... 'edgecolor', 'none')
to your hist function. You can also try 'interp' instead of 'none'. Second question, try
colormap(flipud(gray))
You could also check out thus link for how to combine hist3 with pcolor
Seyyed Mohammad Saeed Damadi
It worked. Thanks.

Accedi per commentare.

Più risposte (1)

KSSV
KSSV il 5 Set 2018
Read about pcolor, surf.
  3 Commenti
KSSV
KSSV il 5 Set 2018
At a given time..you want to see how many points have certain y value?
Seyyed Mohammad Saeed Damadi
Not exactly. I need to know how many points are in a certain small interval of y from zero to one. Then I will be able to count them and compare them with other y's in certain time. The more points, the more color in y-axis. I know how to think of it but I do not know how to implement it. Please do not refer me to a document. To help me, suppose you have a given matrix A including 50 sinusoidal with different frequency sampled at 200 points. How can you show more density of figures between -1 and 1?

Accedi per commentare.

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by