Borrar filtros
Borrar filtros

Delauany Triangulation - Removing points

2 visualizaciones (últimos 30 días)
Bat-El
Bat-El el 30 de Dic. de 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!

Respuestas (0)

Categorías

Más información sobre Delaunay Triangulation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by