Feeds
已回答
How to plot 3d patch with Faces and vertices
trimesh(faces, vertices(:,1),vertices(:,2),vertices(:,3)) solved it for me. Thanks KSSV
How to plot 3d patch with Faces and vertices
trimesh(faces, vertices(:,1),vertices(:,2),vertices(:,3)) solved it for me. Thanks KSSV
4 years 前 | 1
提问
How to plot 3d patch with Faces and vertices
I found the patch function, which allows me to plot patches given faces and vertices. As I am working with 3d data, my faces dat...
4 years 前 | 3 个回答 | 0