triangulation_inter​polation_matlab

MATLAB Code for Interpolating Triangulated Data
65 téléchargements
Mise à jour 3 avr. 2022

MATLAB Code for Interpolating Triangulated Data

license - BSD language - MATLAB category - science status - maintained

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.

Citation pour cette source

Thomas Guillod (2024). triangulation_interpolation_matlab (https://github.com/otvam/triangulation_interpolation_matlab), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.2

Better example

1.1

wrong repository

1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.