- /
-
Scattering implosion
on 14 Oct 2022
- 32
- 554
- 0
- 23
- 154
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
hold on; %%%%
for i=1:50 %%%%
theta = linspace(0,1,500); %%%%
x = exp(theta).*sin(i*theta); %%%%
y = exp(theta).*cos(i*theta); %%%%
s = scatter(x,y); %%%%
scatter(0,0,i*165,'k'); %%%%
axis square off %%%%
end %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%