Linearly Interpolate Triangulation

Interpolate a triangulation based on a given triangulation matrix TRI.
632 Downloads
Updated 6 Nov 2012

View License

Zi = INTERPTRI(TRI,X,Y,Z,Xi,Yi) linearly interpolates the scattered data in vectors X,Y,Z as described by the triangulation TRI as returned by DELAUNAY at the individual pairs of points in Xi and Yi. That is, Zi(k) is the linear interpolation at the point (Xi(k),Yi(k)). Xi and Yi are not MESHGRIDed as they are in GRIDDATA when Xi is a row vector and and Yi is a column vector.

Cite As

Duane Hanselman (2024). Linearly Interpolate Triangulation (https://www.mathworks.com/matlabcentral/fileexchange/38925-linearly-interpolate-triangulation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interpolation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0