Selecting one side of xy data points

Hi all,
i have 2 shapes represnted as a series of x,y data points see represntative picture
im trying to measure beteen the upper surface of the red shape and the lower side of the blue defined shape,
the data points are completly random and ive got a lot to compare apporx 2000.
i can create a line of evenly spaced data points around each shape, so the next part im struggling is making sure im only measuring between the top and bottom. i need to measure at several incrumentas but im struggling to think of the correct logic.
any ideas
many thanks tim

2 Comments

Do you already have the list of coordinates of the lower edge of the blue object and the upper edge of the red object?
Hi sorry yes the 2 shapes are stored in separate matrix’s I can share the actual shape but I’ll put together a representative example

Sign in to comment.

Answers (1)

You can use inpolygon to test if the dot is in red shape or blue shape:
doc inpolygon

Categories

Find more on Holidays / Seasons in Help Center and File Exchange

Products

Release

R2018b

Asked:

on 10 Apr 2024

Answered:

on 12 Apr 2024

Community Treasure Hunt

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

Start Hunting!