• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 4
  • 82
  • 2
  • 0
  • 163
ax = 6;
by = 8;
t = linspace(0,2*pi,100);
x = -sin(ax*t);
y = -sin(by*t+pi/2);
plot(x,y,'Color',[0.2 0 0],'LineWidth',25)
pretzel = sprintf('Lissajous pretzel');
title(pretzel);
%Learn more at https://en.wikipedia.org/wiki/Lissajous_curve
Image
Remix Tree