Similar to delaunay triangulation
Afficher commentaires plus anciens
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...
Réponses (0)
Catégories
En savoir plus sur Triangulations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!