grid2tri - Gridded Surface to Irregular Triangulation

버전 1.0.0.0 (16.8 KB) 작성자: Patrik Forssén
Creates an irregular triangulation of a gridded surface, possibly with undefined areas
다운로드 수: 361
업데이트 날짜: 2015/11/16

라이선스 보기

Converts a regular gridded surface into an irregular triangulation by iteratively adding vertices to an initial triangulation until the difference is smaller than some user set tolerance(s). Returns a triangulation interpolant that can be evaluated on scattered or gridded query locations. The size of a triangulation interpolant is usually much smaller than the corresponding gridded interpolant as the triangulation is adapted to surface, i.e., the resolution is not uniform but finer in areas where needed.
The routines support triangulation of gridded surfaces with undefined NaN-areas (for example holes) and “hot-start” to refine a previous triangulation. There are a number of options for the triangulation, for the error tolerances/convergence criteria and for printing/plotting. All files have detailed help and demos are included.
The routines are, for example, useful for converting GIS data from DEM- to TIN-format and for converting gridded data to a triangulation that can be used in a PDE solver.

인용 양식

Patrik Forssén (2024). grid2tri - Gridded Surface to Irregular Triangulation (https://www.mathworks.com/matlabcentral/fileexchange/54007-grid2tri-gridded-surface-to-irregular-triangulation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

받음: mesh2tri, Line Simplification

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added image