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年以上 前 | 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年以上 前 | 3 件の回答 | 0