What exactly is the algorithm used for cubic interpolation in the function griddata?

조회 수: 7 (최근 30일)
Can you give me a link to a paper or a full description of the algorithm used

답변 (1개)

Prasanna Gude
Prasanna Gude 2020년 3월 9일
The ‘cubic’ interpolation method in ‘griddata’function represents the Triangulation-based cubic interpolation and it supports 2-D interpolation only.
Refer to griddata to know more about 2-D or 3-D Scattered Data Interpolation.
  댓글 수: 1
Lav Radosavljevic
Lav Radosavljevic 2020년 3월 10일
Thank you for your answer! Is there perhaps a paper that describes the 'cubic' algorithm in depth? I need it for my batchelors thesis.

댓글을 달려면 로그인하십시오.

카테고리

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