saving points in a sequence to form a contour

1 view (last 30 days)
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
darova
darova on 20 Feb 2020
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

darova
darova on 21 Feb 2020
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
kai
kai on 20 Feb 2020
lol.
please find the attached file.

Sign in to comment.

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!