• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 3
  • 21
  • 0
  • 0
  • 106
theta = 0:pi/4:40*pi;
rho = 9*sin(19*theta/20);
polarplot(theta,rho,'magenta')
axis off
set(gcf,'color','black')
Remix Tree