Plot an ellipse from conic representation

Hi all,
I am new to MATLAB and currently I am playing around with plots and I am struggling with finding one for the following. From my data, I have evaluated the ellipse equation:
0.211*x^2-0.157*x*y+0.065*y^2=1
An approach would involve to convert this equation into the parametric form, but I wonder whether this could be directly plotted.

 채택된 답변

Walter Roberson
Walter Roberson 2018년 11월 10일

1 개 추천

syms x y
fimplicit(0.211*x^2-0.157*x*y+0.065*y^2==1, [-4 4 -6 6])

댓글 수: 1

Jeff_771
Jeff_771 2018년 11월 10일
Worked! Thanks a lot for the fast and convenient help!

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2018년 11월 10일

댓글:

2018년 11월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by