• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 8
  • 18
  • 0
  • 0
  • 278
r=3:.02:190;
t=log2(r)*5;
M=zeros(1500);
for k=0:2:4
M(sub2ind(size(M),700+fix(r.*sin(t+k)),700-fix(r.*cos(t+k))))=r.^.5;
end
w=sin(0:.06:pi);
mesh(rot90(conv2(M,w'*w)))
view(40,84)
light('Po',[100 -40 2],'St','local','Col',[0 1 1]);
light('Po',[0 -10 1]);
set(gca,'CameraViewA',2)
colormap autumn
Remix Tree