• Remix
  • Share
  • New Entry

  • haz

  • /
  • 20:00 Blue Logos

on 31 Oct 2021
  • 5
  • 20
  • 2
  • 0
  • 278
figure('Color','k')
g=gray;
g=g(:,1);
colormap([0*g 0*g g])
plot([0;
NaN;
2;
5;
5;
NaN;
10]/10,[0;
NaN;
3.5;
5;
8;
NaN;
10]/10,'col',[0;
0;
.7],'LineW',5)
axis equal
axis off
for n=1:12
xP=cosd(30*(3-n))/3+.41;
yP=sind(30*(3-n))/3+.38;
xL=0.2;
yL=0.3;
axes('Un','n','Po',[xP;
yP;
xL;
yL])
surf(membrane(n))
shading interp
axis off
end
Remix Tree
Load full remix tree