• Remix
  • Share
  • New Entry

  • Jr

  • /
  • and my mind like:

on 2 Dec 2023
  • 8
  • 16
  • 0
  • 0
  • 126
function drawframe(f)
set(gcf,'Color','#3e3d53')
t=linspace(0,10,100);
p=polarplot(500*sin(t/10*f),500*cos(t/10*f),'-.w');p.Marker='n';
grid off;axis off;
end
Animation
Remix Tree