3 lines
39 B
Matlab
3 lines
39 B
Matlab
[x,y,z]=peaks;
|
|
meshc(x,y,z);
|
|
axis tight |
[x,y,z]=peaks;
|
|
meshc(x,y,z);
|
|
axis tight |