필터 지우기
필터 지우기

Drawing a 3d polyhedra with extreme points

조회 수: 1 (최근 30일)
Josue Sandoval
Josue Sandoval 2016년 11월 19일
답변: Walter Roberson 2016년 11월 20일
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?

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by