• Remix
  • Share
  • New Entry

on 12 Oct 2021
  • 3
  • 230
  • 0
  • 0
  • 142
figure
x = [zeros(1,1e4) ones(1,1e4)];
y = randi(2,1,2e4);
z = [sin(randn(1,2e4).^2)];
c = abs(z);
swarmchart3(x,y,z,20,c,'filled');
colormap jet
axis off
Remix Tree