Clear Filters
Clear Filters

How to find an minimal ellipse that encompass a set of points that have been projected into a plane in 3D space?

7 views (last 30 days)
Dear all,
I have a set of 3d coordinates (a 36 by 3 matrix) that represent 36 points in 3D space. by using the function affine_fit, I have fitted them into a plane. Now I want to find an minimal ellipse that encompass all these points in the plane. How should I do that?
Thanks in advance.
Best regards.
Yeping Sun

Answers (1)

Matt J
Matt J on 30 Sep 2016
I haven't used it, but this FEX file seems reasonably well-received
  1 Comment
Yeping Sun
Yeping Sun on 3 Oct 2016
The MinVolellipse function works well on the points before they are projected to a plane, but after they are projected to a plane, this function just gives error.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!