Generate Triangle Mesh

Generates triangle mesh
78 Downloads
Updated 21 Sep 2024

View License

This function generates mesh by dividing a triangle into smaller triangles. Example file is included.
[V,F]=Triangle_Mesh(v1,v2,v3,N);
Input:
v1,v2,v3: are vertices vectors of the triangle
N: number of divisions for each side
Output:
V: vertices matrix
F: faces matrix

Cite As

Ayad Al-Rumaithi (2026). Generate Triangle Mesh (https://www.mathworks.com/matlabcentral/fileexchange/93425-generate-triangle-mesh), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.1

Added website

1.0.0