• Remix
  • Share
  • New Entry

on 25 Oct 2021
  • 33
  • 25
  • 0
  • 0
  • 176
t=linspace(-pi,pi);
r=1+.37*sech(2.7*(pi/2+t));
x=r.*cos(t);
y=r.*sin(t);
n=64;
figure('color',[.3 .5 .8])
for i=1:n
patch(x+30*rand,y+30*rand,rand(1,3),EdgeA=0);
end
axis off
camva(4)
camlight
Remix Tree