Spline interpolation of 3D scattered data
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, my data consists of two sets of mesh vertices (scattered distributed, each given by three coordinates x,y,z) and a set of values which belongs to the smaller set of vertices. The smaller set of vertices is a subset of the bigger set. Now I want to interpolate the values using the coordinates of the bigger set of vertices. griddata() only supports linear and nearest neighbor interpolation for 3D scattered data. Is there a function in MATLAB to perform a spline interpolation in 3D?
3 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!