how to plot into quadratic graph?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
risky amalia
am 22 Mär. 2020
Kommentiert: Ameer Hamza
am 22 Mär. 2020
f = @(x,y) 100*(Y-X^2)^2+(1-X)^2
0 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 22 Mär. 2020
f = @(x,y) 100*(y-y.^2).^2+(1-x).^2;
fsurf(f, [-10 10 -10 10])
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!