フィルターのクリア

what is the principle of griddata

2 ビュー (過去 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 Center および File Exchange보간 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!