- /
-
Recyclables
on 7 Oct 2021
- 7
- 16
- 2
- 0
- 154
figure('Color',[0 0 0]);
L = 40*membrane(11,20);
I1=5:34;
I2=1:18;
M = [L(I2,I1);rot90(L(I2,I1),2)];
M = max(M,-1);
surface(M);
axis equal off
shading interp
colormap hot