Effacer les filtres
Effacer les filtres

Heatmap XY coordinates with image on background

3 vues (au cours des 30 derniers jours)
Morten Jørgensen
Morten Jørgensen le 11 Juil 2019
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

Réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by