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

Antworten (1)

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 Kommentar

Thank you for your answer! Is there perhaps a paper that describes the 'cubic' algorithm in depth? I need it for my batchelors thesis.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interpolation finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 3 Mär. 2020

Kommentiert:

am 10 Mär. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by