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
引用
Ayad Al-Rumaithi (2026). Generate Triangle Mesh (https://jp.mathworks.com/matlabcentral/fileexchange/93425-generate-triangle-mesh), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2017b
すべてのリリースと互換性あり
