• Remix
  • Share
  • New Entry

on 6 Oct 2021
  • 131
  • 1.14K
  • 2
  • 0
  • 278
rng(0)
axes(colorm=pink,vie=-[15,24],clim=[-.5,8],Color='k');
hold on
[x,y,z]=sphere(98);
surf(x,y,z,EdgeC='n')
x(randi(99,7),:)=NaN;
surf(x*2,y*2,z*0,hypot(x,y)*6,EdgeC='n')
axis equal
n=[1,2E3];
scatter3(rand(n)*4,ones(n)+1,rand(n)*7-4,randg(1,n),'w','f')
scatter3(2,2,0,20,'c','f')
camva(2)
Remix Tree