Display polygon mesh (not triangular mesh)

7 visualizaciones (últimos 30 días)
Thien Tran
Thien Tran el 29 de Mayo de 2013
Respondida: Gautam el 10 de Feb. de 2025
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

Respuestas (1)

Gautam
Gautam el 10 de Feb. de 2025
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:

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by