• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • Accidental cat on Mobius stripe

on 11 Oct 2021
  • 70
  • 143
  • 2
  • 0
  • 173
u = linspace(0,2*pi,200);
v = linspace(-2,2,200);
x = (1+v/2.* cos(u/2)).*cos(u)';
y = (1+v/2.* cos(u/2)).*sin(u)';
z = (v/2).*sin(u/2)';
plot3(x(:),y(:),z(:),'k')
view(90,-73)
axis off
Remix Tree