• Remix
  • Share
  • New Entry

on 29 Oct 2022
  • 9
  • 30
  • 0
  • 0
  • 131
t = linspace(0,6.5*pi,255);
r = peaks(t);
x = r.*sin(t-1);
y = r.*cos(t);
plot(x,y,-x,y,'LineWidth',2,'Color','#c934eb')
title( 'Butterfly')
Remix Tree