• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 11
  • 35
  • 1
  • 0
  • 135
ax = 6;
by = 8;
t = linspace(0,2*pi,88);
x = -sin(ax*t);
y = -sin(by*t+pi/2);
plot(x,y,'Color',[0.7 0.5 0.1],'LineWidth',50)
axis off
material dull

Image

Remix Tree