• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 47
  • 92
  • 3
  • 0
  • 150
n=2000;
x=rand(n,1);
y=rand(n,1);
dt=delaunayTriangulation(x,y);
t=dt.ConnectivityList;
p=dt.Points;
c=rand(length(p),3);
figure('color','w')
triplot(dt,'k')
axis off
Remix Tree
Load full remix tree