how to plot heat map coordinates density?
이전 댓글 표시
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'
답변 (1개)
Image Analyst
2017년 3월 14일
0 개 추천
Try scatteredInterpolant().
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!