Créer un site internet

FB_Matlab

[x,y] = meshgrid(-1:.1:1, -1:.1:1);

z=(x.^2+y.^2).*cos(x.^2+y.^2);

surf(x,y,z)

 

 
  • No ratings yet - be the first to rate this.