• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 7
  • 21
  • 2
  • 0
  • 276
axes(Pl=[2 1 1],Po=[0 0 1 1])
text(0,.25,'I ❤ MATLAB',FontSi=20,Ba='w',Ma=350)
g=getframe;
[t,p]=meshgrid(pi/2:pi/100:pi*2.5);
D=1-min(cos(p),0)/5;
surf(-D.*cos(t),D.*sin(t),-sin(p)/5,g.cdata,FaceC='t',EdgeC='n')
axis off equal
view([-45 25])
material([.4 .9 .9 5 .3])
light(Po=[-1 -2 4])
Remix Tree