Delauany Triangulation - Removing points

2 vues (au cours des 30 derniers jours)
Bat-El
Bat-El le 30 Déc 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!

Réponses (0)

Catégories

En savoir plus sur Delaunay Triangulation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by