Clear Filters
Clear Filters

Drawing a 3d polyhedra with extreme points

1 view (last 30 days)
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?

Answers (1)

Walter Roberson
Walter Roberson on 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.

Categories

Find more on Bounding Regions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!