photo

Dirk Herschberger


Last seen: meer dan 2 jaar ago Active since 2020

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)

bijna 4 jaar ago | 0