45
This commit is contained in:
5
plotxyz01.m
Normal file
5
plotxyz01.m
Normal file
@@ -0,0 +1,5 @@
|
||||
x=linspace(-2,2,25);
|
||||
y=linspace(-2,2,25);
|
||||
[xx,yy]=meshgrid(x,y);
|
||||
zz=xx.*exp(-xx.^2-yy.^2);
|
||||
surf(xx,yy,zz);
|
||||
Reference in New Issue
Block a user