PLease Help Code to graph specific ftc.
Ältere Kommentare anzeigen

2 Kommentare
KSSV
am 14 Okt. 2021
What have you attempted for your home work?
Sophia Golubyatnikov
am 14 Okt. 2021
Antworten (1)
Hi Sophia,
I believe you wish to plot the above function in 'x' and 'y'. Please refer to the example below.
func = @(x,y) x.^2+y.^2;
fsurf(func,[-2 2 -2 2]);
Kategorien
Mehr zu Networks finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
