• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 20
  • 67
  • 0
  • 0
  • 276
% Remix of Murty PLN's "Red Carpet to the topper"
axes(pr='p',YLi=[0,99])
hold
Current plot held
surf([-3 3 3 -3],[0 0 90 90],zeros(4),FaceC='r')
axis equal off
campos([0 0 4])
camva(35)
t=0:.1:28.6*pi;
y=linspace(0,90,899);
f=@(x)plot3(y*0+x,y,-abs(cos(t))+3,'r-',LineW=4);
f(-3)
f(3)
v=(pi/2:pi:90).*[1;1];
g=@(x)plot3(v*0+x,v,v*0+[0;3],'k',LineW=4);
g(-3)
g(3)
Remix Tree