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!