Plotting a 2d graph

조회 수: 1 (최근 30일)
Ibraheem
Ibraheem 2022년 11월 24일
답변: Walter Roberson 2022년 11월 24일
Can someone please help me in plotting a ellipse with a function
x^ 2 + 9y ^2 = 9

채택된 답변

Walter Roberson
Walter Roberson 2022년 11월 24일
a = randi([1 5])
a = 5
b = randi([1 5])
b = 1
c = randi([3 10])
c = 3
syms x y
fimplicit( a*x^2 + b*y^2 == c ); axis equal

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by