Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Can you give me a link to a paper or a full description of the algorithm used

Respuestas (1)

Prasanna Gude
Prasanna Gude el 9 de Mzo. de 2020
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 comentario
Lav Radosavljevic
Lav Radosavljevic el 10 de Mzo. de 2020
Thank you for your answer! Is there perhaps a paper that describes the 'cubic' algorithm in depth? I need it for my batchelors thesis.

Iniciar sesión para comentar.

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by