Can someone please help me in plotting a ellipse with a function
x^ 2 + 9y ^2 = 9

 採用された回答

Walter Roberson
Walter Roberson 2022 年 11 月 24 日

0 投票

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 件)

カテゴリ

質問済み:

2022 年 11 月 24 日

回答済み:

2022 年 11 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by