• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 4
  • 8
  • 1
  • 0
  • 275
axes(Pl=[2 1 1],Po=[0 0 1 1])
text(0,.5,'I ❤ MATLAB',FontSi=10,Ba='k',Ma=150)
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