【发布时间】:2017-09-24 21:46:12
【问题描述】:
下图只是一个带有 surf 的二维数组的表示。我想创建一个类似的图形,其中 10 个这些 2d 阵列彼此堆叠在一起,沿 z 轴有某种偏移。
figure();
surf(X);
colormap(hsv);
shading interp;
campos([-70 -150 80]);
grid on;
set(gcf,'color','w');
【问题讨论】:
标签: matlab graphics matlab-figure