ndinterpolant

버전 1.2.0.0 (4.66 KB) 작성자: Tillmann Stübler
This is a class implementing n-dimensional scattered data interpolation.
다운로드 수: 75
업데이트 날짜: 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 (2024). 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