2D binned coloured plot

I want plot like this as i have attched here. I am new to MATLAB, so don't know how to do binning afd all. I am also attaching data.

3 comentarios

Max Heiken
Max Heiken el 3 de Jul. de 2021
For binning in 2D, take a look at the documentation of the histcounts2 function.
Arun Kumar Singh
Arun Kumar Singh el 3 de Jul. de 2021
But i have 3 bariables, x y and z (as colour indication2).
dpb
dpb el 3 de Jul. de 2021
Look at hist3; there's an example "Tiled Histogram View" that's what you're looking for -- I don't have mapping TB so no idea about adding on top of the map.
There may be specialized routines in the TB for such things; hist3 can return the counts data for other use; there's also the lower-level accumarray
Not sure about whether the heatmap do you any good or not; it's perhaps worth a look-see...

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 3 de Jul. de 2021

Comentada:

dpb
el 3 de Jul. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by