Selecting one side of xy data points
Afficher commentaires plus anciens
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 commentaires
Rik
le 11 Avr 2024
Do you already have the list of coordinates of the lower edge of the blue object and the upper edge of the red object?
tim pearce
le 12 Avr 2024
Réponses (1)
Chunru
le 12 Avr 2024
You can use inpolygon to test if the dot is in red shape or blue shape:
doc inpolygon
Catégories
En savoir plus sur Univariate Discrete Distributions 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!