필터 지우기
필터 지우기

Large 3D scatter interpolation: time x longitude x latitude

조회 수: 2 (최근 30일)
wave_buoys
wave_buoys 2018년 11월 19일
Dear All,
I have 2 Matrices:
Matrix 1: about 60 millions points (time x long x lat x windspeed) from unstructured grid models
Matrix 2: about 2 millions points (time x long x lat x windspeed) from Altimeter data
All points are randomly distributed. I want to interpolate model data into altimeter using scatteredInterpolant as follows:
F=scatteredInterpolant(modeldata(:,1), modeldata(:,2), wwmdata(:,3),wwmdata(:,4));
newwind=F(altimeter(:,1),altimeter(:,2),altimeter(:,3));
It was out of memory even if I ran the script on supercomputer.
Could you please suggest what wrong with this and how could interpolate this data effectively?
Many thanks
tanq

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by