フィルターのクリア

How to find facets of convex hull for 5 or higher dimension

2 ビュー (過去 30 日間)
sita
sita 2015 年 1 月 21 日
回答済み: Image Analyst 2015 年 1 月 21 日
Hi, How to find facets of convexhull .Is there any way to get equation of facet as output interms of variables?
Thanks, Sita

回答 (2 件)

Matt J
Matt J 2015 年 1 月 21 日
編集済み: Matt J 2015 年 1 月 21 日
You can use VERT2LCON ( Download ).

Image Analyst
Image Analyst 2015 年 1 月 21 日
To get the vertices, you can use convhulln():
K = convhulln(X) returns the indices K of the points in X that comprise the facets of the convex hull of X. X is an m-by-n array representing m points in N-dimensional space. If the convex hull has p facets then K is p-by-n.
Now, how to turn a set of vertices that define a hyperplane into an analytical equation for that hyperplane , I don't have any idea.

カテゴリ

Help Center および File ExchangeBounding Regions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by