• Remix
  • Share
  • New Entry

on 17 Oct 2021
  • 53
  • 106
  • 1
  • 0
  • 258
% Remixed
% Original :A Time-Lapse of the Night Sky by Adam Danz
q=50:-.5:1;
m=99;
hold on;
imagesc(q'.*(q./q),[20,80])
t=0:2.5E-5:.1;
n=4001;
text(70,70,'🌑','color','w','fontsize',100)
x=[1,1:.1:m,m];
y=[1,cos(0:.1/98:1)*30+randg(1,1,981),1];
fill(x,y,'k')
fill([4 4 3 6 9 8 8]*5,[5 7 7 8 7 7 5]*5,'k')
axis([1 m 1 m])
camva(4)
colormap gray
Remix Tree