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.

 採用された回答

Matt J
Matt J 2022 年 1 月 25 日

0 投票

fimplicit(@(x,y) 4*x.^2 +25*y.^2 - 32*x - 100*y+64)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2022 年 1 月 25 日

コメント済み:

2022 年 1 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by