Why MATLAB has a confusing function name such as griddata (or griddatan)?
1 回表示 (過去 30 日間)
古いコメントを表示
I am really confused by the function names griddata and griddatan, because these function names are prefixed by grid whereas the functions are actually doing scattered data interpolation, rather than gridded data interpolation.
In contrast, interpolant class names such as griddedInterpolant (gridded data interpolation) and scatteredInterpolant (scattered data interpolation) have no confusion at all, because these names are consistent with their functional behaviors.
0 件のコメント
採用された回答
Walter Roberson
2017 年 2 月 1 日
griddata is a verb and noun. It puts the data into a grid, which is the verb "grid"
griddedInterpolant is an adjective and a noun.
2 件のコメント
Walter Roberson
2017 年 2 月 1 日
griddata has existed since R13 or before, and the emphasis was on querying at grids of points. The name probably seemed like a good idea at the time, which was long before the *Interpolant routines.
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!