• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 2
  • 25
  • 0
  • 0
  • 101
theta = 0:0.001:20*pi;
rho = 1.5*sin(1.6*theta);
polarplot(theta,rho,'w')
axis off
set(gcf,'color','black')
Remix Tree