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