MATLAB: Remove point from voronoiDiagram

delaunaydelaunay triangulationMATLABremovalremove pointvoronoivoronoi diagramvoronoi tessellationvoronoidiagram

I would like to remove a point from a voronoiDiagram. It says here (https://de.mathworks.com/help/matlab/math/voronoi-diagrams.html) that this function supports the removal of points, but I can't find out how it is done.
"The voronoiDiagram method is recommended for 2-D or 3-D topology computations as it is more robust and gives better performance for large data sets. This method supports incremental insertion and removal of points and complementary queries, such as nearest-neighbor point search."

Best Answer

I have brought this issue to the notice of our developers. They will investigate the matter further.