3-D-plot doesn't look like on Wolfram Alpha
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Niklas Kurz
am 7 Dez. 2020
Kommentiert: Steven Lord
am 15 Dez. 2020
I'm confused. By typing:
[x,y] = meshgrid(-2:0.2:2)
z = sin(x)./(y.^2+1)
surf(x,y,z)
I receive a totally different plot.
0 Kommentare
Akzeptierte Antwort
Alan Stevens
am 8 Dez. 2020
It looks the same to me as long as you enter
plot sin(x)/(y^2+1) from x=-2 to 2 and y=-2 to 2
into Wolfram Alpha
2 Kommentare
Steven Lord
am 15 Dez. 2020
See this documentation page for more information about the difference between the / and ./ operators.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!