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 data is a 10670x3 matrix and the vertices are a 6136 x 3 matrix. When I try to display them with
patch('Faces', faces, 'Vertices', vertices)
It just plots the data projected to a 2d plane. How can I plot them in 3d?
채택된 답변
추가 답변 (2개)
Maximilian Krahn
2021년 7월 15일
댓글 수: 1
KSSV
2021년 7월 15일
Thanks is accepting the answer... who helped you...
Joerg Wensch
2022년 7월 1일
0 개 추천
Simply type view(3).
카테고리
도움말 센터 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!