• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 8
  • 20
  • 0
  • 0
  • 194
figure('Color',[0 0 0]);
L = 40*membrane(11,60);
M=L(1:48,15:121);
M(35:48,61+22:84+22)=M(35:48,61:84);
M(35:48,61:82)=-1;
M = [M;rot90(M,2)];
M = max(M,-1);
surface(M);
axis equal off
shading interp
colormap hot
Remix Tree
Load full remix tree