• Remix
  • Share
  • New Entry

on 6 Oct 2021
  • 16
  • 88
  • 1
  • 0
  • 278
w=sin(0:.02:pi);
X=conv2(w,w,kron(isprime(spiral(300)),ones(9)));
mesh(X);
colormap autumn
axis equal off;
% view(180,40)
light('Po',[-1e4 1e4 4e3],'St','local','Col',[.9 .8 .6]);
% light('Po',[0 -1 -1],'Col',[0 1 1]);
set(gca,'CameraViewA',18,'Pro','perspective','CameraP',[-640,-1e3,1.3e3],'CameraT',[4e2,1e3,1400])
set(gcf,'Color','#70b0F0')
Remix Tree