Plot an ellipse from conic representation

2 次查看(过去 30 天)
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
syms x y
fimplicit(0.211*x^2-0.157*x*y+0.065*y^2==1, [-4 4 -6 6])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by