• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 8
  • 35
  • 3
  • 0
  • 140
t=linspace(0,2050*pi);
x=0.5*cos(t);
y=0.5*sin(t);
z=0.1*cos(t);
figure('color','w')
hold on
patch(x,y,z)
axis equal off
title('3d effect by RahulPunk')
Remix Tree
Load full remix tree