Filter löschen
Filter löschen

Drawing a 3d polyhedra with extreme points

1 Ansicht (letzte 30 Tage)
Josue Sandoval
Josue Sandoval am 19 Nov. 2016
Beantwortet: Walter Roberson am 20 Nov. 2016
Hi all, I'm trying to draw a 3d polyhedra by giving as input its extrema points. I have done the following
x=[2.66,2,3,3,2.5,2.5,3 ]
y=[2.66,3,2,3,2.5,3,2.5]
z=[2.66,3,3,2,3,2.5,2.5]
scatter3(x,y,z,'o')
How can I fill the polyhedra and make it looks nice?

Antworten (1)

Walter Roberson
Walter Roberson am 20 Nov. 2016
You cannot. Those data points form a plane, or something very close to a plane. Effectively only 2 dimensions, so you cannot fill it.

Kategorien

Mehr zu Bounding Regions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by