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.

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Nov. 2018

1 Stimme

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

1 Kommentar

Jeff_771
Jeff_771 am 10 Nov. 2018
Worked! Thanks a lot for the fast and convenient help!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by