How to draw concentric ellipses within exsisting ellipse....

조회 수: 8 (최근 30일)
Mohammad Bhat
Mohammad Bhat 2018년 2월 11일
댓글: Walter Roberson 2018년 2월 12일
Hi, I have to draw concentric ellipses (say 2) within existing ellipse...I am attaching plotted ellipse.. How can we draw that..
  댓글 수: 6
Walter Roberson
Walter Roberson 2018년 2월 11일
That is not "image processing" or "digital image processing" or even anything to do with "image", like you indicated in your Tags.
Mohammad Bhat
Mohammad Bhat 2018년 2월 11일
which tag I should add

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 12일
Once you know the orientation and the center and semi-major and semi-minor axes, you can construct new ellipses with the same orientation and center and using a linear scaling of the semi-major and semi-minor axes.
  댓글 수: 2
Mohammad Bhat
Mohammad Bhat 2018년 2월 12일
Sir, I am using the following function for minimum ellipsoid construction https://in.mathworks.com/matlabcentral/fileexchange/9542-minimum-volume-enclosing-ellipsoid...after that I am getting a minimum ellipsoid covering all the points...From the fucntion [A , c] = MinVolEllipse(P, tolerance)....I am getting center, how to deduce other parametrs of the current ellipse, so that we can modify radii to draw concentric ellipses...
Walter Roberson
Walter Roberson 2018년 2월 12일
Call the other function instead.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by