Generate Triangle Mesh

Generates triangle mesh
67 Downloads
Updated 3 Jun 2021

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 (2024). 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

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