Files
matlab-learning/plotxyz05.m
2025-10-20 10:11:16 +08:00

3 lines
39 B
Matlab

[x,y,z]=peaks;
meshc(x,y,z);
axis tight