Plot an ellipse using an equation

조회 수: 42 (최근 30일)
Amber Porter
Amber Porter 2022년 1월 25일
댓글: Amber Porter 2022년 1월 25일
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일
fimplicit(@(x,y) 4*x.^2 +25*y.^2 - 32*x - 100*y+64)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by