필터 지우기
필터 지우기

Heatmap XY coordinates with image on background

조회 수: 3 (최근 30일)
Morten Jørgensen
Morten Jørgensen 2019년 7월 11일
Hi I'm trying to create a heatmap of where on a pitch certain event occur.
but I have some problems plotting the heat map with a background.
I have used the heatscatter function
%%
img = imread('PITCH1.jpg');
image('CData',img,'XData',[0 105],'YData',[0 70])
hold on
m = heatscatter(p263mat(:,12),p263mat(:,13),'/Users/m/Documents/MATLAB/data_science_task','heat.png');
hold off

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by