Plotting a 2d graph

2 vues (au cours des 30 derniers jours)
Ibraheem
Ibraheem le 24 Nov 2022
Can someone please help me in plotting a ellipse with a function
x^ 2 + 9y ^2 = 9

Réponse acceptée

Walter Roberson
Walter Roberson le 24 Nov 2022
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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by