필터 지우기
필터 지우기

what is the principle of griddata

조회 수: 1 (최근 30일)
Kwanghun Choi
Kwanghun Choi 2018년 1월 29일
답변: Arun Mathamkode 2018년 2월 1일
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?

채택된 답변

Arun Mathamkode
Arun Mathamkode 2018년 2월 1일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 보간에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!