- /
-
Spiral2
on 26 Oct 2022
- 7
- 13
- 0
- 0
- 119
t = linspace(0, 300*pi, 500);
x = t.*cos(t).^0.8;
y = t.*sin(t).^0.8;
plot(real(x),real(y),'color',[0.39 0.83 0.07]);
axis off