- /
-
Set the controls for the heart of the sun
on 19 Oct 2021
- 5
- 38
- 0
- 0
- 138
hold on
for i=1:5000
p=2*pi*rand();
q=2*pi*rand();
[x,y]=pol2cart(p,1);
[c,u]=pol2cart(q,2);
l=plot([x,c],[y,u]);
l.Color=[0,0,0,.04];
end
axis off equal