Create the smallest polygon enclosing set of points
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Daniel Turon
il 10 Giu 2022
Commentato: Daniel Turon
il 10 Giu 2022
I have a list of x and y points from which Im wanting to create a polygon that encloses. The issue falls in that many of the points will be points lying in the middle of the polygon rather than the edges. And so the following code..
P = [convVertX(:),convVertY(:)];
k = polyshape(P);
plot(k)
gives

0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Elementary Polygons in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!