Generate Triangle Mesh

Generates triangle mesh
ダウンロード: 78
更新 2024/9/21

ライセンスの表示

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
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.1

Added website

1.0.0