• Remix
  • Share
  • New Entry

on 30 Oct 2021
  • 18
  • 67
  • 0
  • 0
  • 278
w=@rescale;
p=@randi;
a=500;
u=ones(a);
colormap([w(turbo,.2,1);[0 0 0]])
d=-200:.801:200;
image(257*u)
hold
Current plot held
for j=1:900
r=exp(-abs((d-a*(rand-.5))+(d'-a*(rand-.5))*i)/p(13));
image(p(256)*u,'AlphaData',w(r,0,1));
if j==700
text(60,250,'20 YEARS','FontSize',70,'FontWeight','bold')
end
end
camva(3.8)
Remix Tree