Im trying to graph f(x,y)=x+2y-2 and g(x,y)x^2+4y^2-4 on the same graph

1 vue (au cours des 30 derniers jours)
I have been having difficulty understanding the process of graphing while learning matlab this season. I need help simply just plotting them.

Réponse acceptée

Sambit Supriya Dash
Sambit Supriya Dash le 28 Nov 2021
Modifié(e) : Sambit Supriya Dash le 28 Nov 2021
fsurf(@(x,y) x+(2*y)-2)
hold on
fsurf(@(x,y) (x^2)+(4*(y^2))-4)
hold off

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by