Selecting one side of xy data points
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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 comentarios
  Rik
      
      
 el 11 de Abr. de 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?
Respuestas (1)
  Chunru
      
      
 el 12 de Abr. de 2024
        You can use inpolygon to test if the dot is in red shape or blue shape: 
doc inpolygon
0 comentarios
Ver también
Categorías
				Más información sobre Holidays / Seasons en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!