Similar to delaunay triangulation
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
given a set of 2d points, what delaunay function does is form a matrix TRI(m*3) and then triplot can be used to plot those triangles..
Now my question is: Given a set of 2d points , Can we form squares or quadrilaterals, that is first form say quad(m*4) matrix and then plot these squares...??
Any help will be hugely appreciated...
0 comentarios
Respuestas (0)
Ver también
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!