photo

Dirk Herschberger


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

casi 4 años hace | 0