=====mesh in Octave===== %%(matlab) x = -1:0.1:1; y = -2:0.1:2; [xx,yy]=meshgrid(x,y); z = sin(xx.^2+2*yy.^2); mesh(x,y,z) %% {{image url="images/mesh.png"}} ---- Siehe auch {{backlinks}}