• Remix
  • Share
  • New Entry

on 10 Oct 2021
  • 2
  • 15
  • 1
  • 0
  • 133
[x,y]=meshgrid(1:15,1:15);
w=x+1i*y;
w=sin(w);
h = voronoi(real(w),imag(w),'w');
set(h(2),'LineWidth',2)
set(gcf,'Color','blue')
axis equal off
Remix Tree