Borrar filtros
Borrar filtros

what is the principle of griddata

1 visualización (últimos 30 días)
Kwanghun Choi
Kwanghun Choi el 29 de En. de 2018
Respondida: Arun Mathamkode el 1 de Feb. de 2018
Hello. I want to know the principle of griddata.
I use griddata for interpolation very much, but I don't know how it work. When I search griddata, I just find how to use it. Where I get some principle of griddata?

Respuesta aceptada

Arun Mathamkode
Arun Mathamkode el 1 de Feb. de 2018
You can open the code of griddata by entering open griddata in the command window. The different functions used and the references are also provided in the code. griddata internally uses the scatteredInterpolant function for interpolation. Please refer to the documentation of scatteredInterpolant for more details and references.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!