Plotting a 2d graph
2 ビュー (過去 30 日間)
古いコメントを表示
Can someone please help me in plotting a ellipse with a function
x^ 2 + 9y ^2 = 9
0 件のコメント
採用された回答
Walter Roberson
2022 年 11 月 24 日
a = randi([1 5])
b = randi([1 5])
c = randi([3 10])
syms x y
fimplicit( a*x^2 + b*y^2 == c ); axis equal
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
