• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 1
  • 32
  • 0
  • 0
  • 271
I=image;
f=imresize(I.CData,61);
colormap(colorcube);
[x,y,z]=ellipsoid(-2,-2,-2,1,1,2,1300);
surf(x,y,z,'EdgeColor','none','CData',f(1800:3100,2550:3850));
axis off equal
h=gcf;
h.Color='k';
hold on
[x,y,z]=sphere(130);
surf(x,y,z,'EdgeColor','none','CData',f(200:330,400:530));
view(0,180)
Remix Tree