• Remix
  • Share
  • New Entry

  • Jr

  • /
  • but what's on the math test:

on 2 Dec 2023
  • 10
  • 36
  • 1
  • 0
  • 138
function drawframe(f)
set(gcf,'Color','#3e3d53')
t=linspace(0,0.5*pi,1000);
p=polarplot(10*sin(t/10*f),10*cos(t/10*f),'-.w');p.Marker='n';
grid off;axis off; hold on;
end
Animation
Remix Tree