How to plot 3d patch with Faces and vertices
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (2)
Maximilian Krahn
am 15 Jul. 2021
1 Kommentar
KSSV
am 15 Jul. 2021
Thanks is accepting the answer... who helped you...
Joerg Wensch
am 1 Jul. 2022
0 Stimmen
Simply type view(3).
Kategorien
Mehr zu Polygons finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!