MATLAB Code for Interpolating Triangulated Data
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
MATLAB Code for Interpolating Triangulated Data
The MATLAB code offers several functions for creating 2D triangulations and interpolating data:
- creating triangulation from scattered data, using alpha shapes
- handle ill-conditioned triangles
- handle multiple (disjoint) domains
- handle holes in the domains
- removing ill-conditioned triangles
- skinny triangles on the exterior boundary
- triangles specified with a list of indices
- computing the area and the angle of the triangles
- linear interpolation on a specified triangulation
- plotting triangulation geometry and data
Examples
Angles and Ill-conditioned Triangles
Triangulated and Interpolated Data
Compatibility
- Tested with MATLAB R2021a.
- No toolboxes are required.
- Compatibility with GNU Octave not tested but probably easy to achieve.
Author
Thomas Guillod - GitHub Profile
License
This project is licensed under the BSD License, see LICENSE.md.
Cite As
Thomas Guillod (2026). triangulation_interpolation_matlab (https://github.com/otvam/triangulation_interpolation_matlab), GitHub. Retrieved .
General Information
- Version 1.2 (327 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2 | Better example |
||
| 1.1 | wrong repository |
||
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.






