Plotting a 2d graph
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ibraheem
le 24 Nov 2022
Réponse apportée : Walter Roberson
le 24 Nov 2022
Can someone please help me in plotting a ellipse with a function
x^ 2 + 9y ^2 = 9
0 commentaires
Réponse acceptée
Walter Roberson
le 24 Nov 2022
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Calculus 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!