Azzera filtri
Azzera filtri

Delauany Triangulation - Removing points

2 visualizzazioni (ultimi 30 giorni)
Bat-El
Bat-El il 30 Dic 2013
hey,
i did a triangulation using the command: dt = delaunay(x , y);
(x and y are known vectors).
as a results i got this geometry:
now, i want to remove some of the points (actually i want to remove triangles but i undestood its impossible), let's say P1: dt(1 , :) = []; i can see in the work space that dt is changing size, but when i plot dt againg using triplot(dt , x , y) i still see P1:
why? how can i remove a bunch of points?
thanks!

Risposte (0)

Categorie

Scopri di più su Delaunay Triangulation in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by