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:
