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

1 visualizzazione (ultimi 30 giorni)
I have been having difficulty understanding the process of graphing while learning matlab this season. I need help simply just plotting them.

Risposta accettata

Sambit Supriya Dash
Sambit Supriya Dash il 28 Nov 2021
Modificato: Sambit Supriya Dash il 28 Nov 2021
fsurf(@(x,y) x+(2*y)-2)
hold on
fsurf(@(x,y) (x^2)+(4*(y^2))-4)
hold off

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by