How to plot heatmap using gpuArray?

조회 수: 1 (최근 30일)
Arjun Tejani
Arjun Tejani 2021년 3월 22일
답변: Joss Knight 2021년 3월 24일
Hello,
I am having 6000 cordinates of (x,y) Locations and each has particular values. I want to plot a heatmap.
For now I am using :
[X,Y] =meshgrid(x,y);
F= scatteredInterpolant(x,y,zi);
contourf(X,Y,F(X,Y),100,'LineColor','none')
which is taking almost 3-4 minutes to plot a heatmap. I was hoping to use gpuArray function. But it seems not working :/

답변 (1개)

Joss Knight
Joss Knight 2021년 3월 24일
Sorry, scatteredInterpolant doesn't support gpuArray.

카테고리

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