Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I am trying to draw ellipse using following code:

조회 수: 3 (최근 30일)
Shweta Saboo
Shweta Saboo 2019년 12월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to draw ellipse using following code:
ell_x_end=[86.9279,144.30717,190.12074,217.43901,221.78224,219.34441]';
ell_y_end=[385.2701,385.78540,388.83215,393.49023,394.26529,393.99121]';
ellipse_dim_end=fit_ellipse(ell_y_end,ell_x_end,1);
theta_end=rad2deg(ellipse_dim_end.phi);
But getting a warning:
'Warning: fit_ellipse: Did not locate an ellipse '
Also sometimes it is showing an error: dot indexing is not supported.
  댓글 수: 5
Shweta Saboo
Shweta Saboo 2019년 12월 27일
I am having few x and y coordinates and want to draw ellipse and find the orientation angle
Vladimir Sovkov
Vladimir Sovkov 2019년 12월 27일
I see. You should better address the author of fit_ellipse directly and discuss. Besides helping you, this can help the author to improve that program.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by