필터 지우기
필터 지우기

How to do this: Multivariate Interpolation with random data (non-gridded)

조회 수: 4 (최근 30일)
zppine
zppine 2014년 7월 9일
답변: George Papazafeiropoulos 2014년 7월 9일
Dear all,
I have a question needing your help. Thanks in advance. I have a random data (not grids), (x1, x2, y), hypothetically generated from some unknown relationship y=f(x1,x2). I want to do interpolation and evaluate the value at some known points (x10, x20). Is there any way to do it?
Or any suggestion for fine approximation based on (x1,x2,y) to predict f(x10,x20) with reasonable accuracy? I have tried polynomial approximation (non-piecewise) and the result was not good enought. Thanks a lot.
Best, Zppine

답변 (2개)

Andrei Bobrov
Andrei Bobrov 2014년 7월 9일

George Papazafeiropoulos
George Papazafeiropoulos 2014년 7월 9일
vq = griddata(x1,x2,y,x10,x20)
hth,
George Papazafeiropoulos

카테고리

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