Selecting one side of xy data points
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
  Rik
      
      
 il 11 Apr 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?
Risposte (1)
  Chunru
      
      
 il 12 Apr 2024
        You can use inpolygon to test if the dot is in red shape or blue shape: 
doc inpolygon
0 Commenti
Vedere anche
Categorie
				Scopri di più su Holidays / Seasons in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!