photo

MORAM


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Plotting Multivariable function poltting
[X,Y] = meshgrid(1:.2:10); Z =(X*Y) / (X^2 + Y^2); surf(X,Y,Z)

9 months ago | 0