Display polygon mesh (not triangular mesh)
8 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
I have a question about displaying a polygon mesh (not triangular mesh). I have a list of vertices and its polygon faces. Anyone can share code or give me idea how to display it?
Thank you.
Thien
0 件のコメント
回答 (1 件)
Gautam
2025 年 2 月 10 日
Hello Thien,
To display a polygon mesh in MATLAB when you have a list of vertices and polygonal faces, you can use the "patch" function. This function is versatile and can handle faces with more than three vertices, allowing you to visualize polygonal meshes directly.
You can refer to this document for more information:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!