- /
-
Flower Art Polar Function
on 28 Oct 2024
- 25
- 112
- 0
- 1
- 371
Theme of Kalki (Telugu) by Santhosh Narayan
drawframe(1);
Write your drawframe function below
function drawframe(f)
a = linspace(7.5,10,192);
theta = linspace(0,20*pi,1000);
rho = (0.16*(asin(cos(a(f)*theta))).^3 + 0.05*theta);
[x,y] = pol2cart(theta,rho);
scatter(x,y,15,theta.^2,'filled')
hold on
scatter(x,y,35,theta.^2,'filled','MarkerEdgeAlpha',0,'MarkerFaceAlpha',0.2)
colormap(hot)
hold off
axis([-4 4 -4 4 0 5],'off')
view([90 90])
set(gca,'Color','k','XTick',[],'YTick',[])
set(gcf,'Color','k');
end
Movie
Audio
This submission does not have audio.