- /
-
and my mind like:
on 2 Dec 2023
- 8
- 24
- 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
![](/responsive_image/300/300/0/0/0/cache/matlabcentral/communitycontests/uploaded_files/19954/animation.gif?a=true)