ndinterpolant

This is a class implementing n-dimensional scattered data interpolation.
76.0 次下载
更新时间 2018/1/14

查看许可证

This is a class implementing n-dimensional scattered data interpolation. Function values need not be scalar, but can be m-dimensional. So this class let you create arbitrary R^n => R^m functions by interpolation of given (scattered) data points. Additionally, you can query the jacobi matrix of the interpolant at any query point.
Interpolation is based on triangulation, linear within each triangulation simplex and "nan" outside the convex hull.
It's less efficient than ScatteredInterpolant, but the latter supports 2-D and 3-D data only, so i made this one.

引用格式

Tillmann Stübler (2025). ndinterpolant (https://www.mathworks.com/matlabcentral/fileexchange/57759-ndinterpolant), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interpolation 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

There was a small bug making the whole thing useless. Now it's resolved and working as expected.

1.1.0.0

minor changes

1.0.0.0