how to plot heat map coordinates density?

2 Ansichten (letzte 30 Tage)
Yan Zhu
Yan Zhu am 14 Mär. 2017
Beantwortet: Image Analyst am 14 Mär. 2017
I have a 1512*1 struct data which contains the coordinates of 1512 points. I want to plot the distribution density heat map according to this coordinates(i.e. the region contain more points will displayed with warmer colour, less points with cooler colour). The coordinates are botain with
s = regionprops(BWbi, 'Centroid');
and I want to plot the heat map overlay on image call 'patch'

Antworten (1)

Image Analyst
Image Analyst am 14 Mär. 2017
Try scatteredInterpolant().

Kategorien

Mehr zu Thermal Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by