saving points in a sequence to form a contour

Hello,
I have some arbitary points which I can save in a matrix or an array to join them later into line segments , but i would like to save the points in a sequence and form a meaningful contour(polygon).
If possible i would like to save the line segments fromed by joining the points.
Is there any possible way to tackle the problem.
Thank you.

1 Comment

Can you attach the data? Show what you have now and what want to see. Make a simple drawing

Sign in to comment.

 Accepted Answer

I made some research and succeeded. See attached script

More Answers (1)

kai
kai on 20 Feb 2020
Thank you for commenting on the question .
I would like to construct a closed polygon bounded by an other polygon with the given data.
The figure shows only the points which are to be joined. The points are a part of a 2d slice (squre outer boundary surrounding both circular and triangular hole).
Therfore i am trying to joint the points in a sequence to form the required contours.

3 Comments

Can you use this simple program and connect the points? Just want to see how it should look like
lol.
please find the attached file.
Thank you it works

Sign in to comment.

Categories

Find more on Computational Geometry in Help Center and File Exchange

Asked:

kai
on 20 Feb 2020

Commented:

kai
on 21 Feb 2020

Community Treasure Hunt

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

Start Hunting!