Plot an ellipse using an equation

43 Ansichten (letzte 30 Tage)
Amber Porter
Amber Porter am 25 Jan. 2022
Kommentiert: Amber Porter am 25 Jan. 2022
This is my first time using MatLab and I've looked at a lot of community help and I'm still struggling to plot an ellipse from the following equation: 4x^2 +25y^2 −32x−100y+64=0. Any help would be greatly appreciated.

Akzeptierte Antwort

Matt J
Matt J am 25 Jan. 2022
fimplicit(@(x,y) 4*x.^2 +25*y.^2 - 32*x - 100*y+64)

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by