how to find maximum distance of convex polygon for each point in a convex hull?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Arpita Ghosh 16MCS0004
 il 31 Ott 2017
  
    
    
    
    
    Risposto: Bruno Luong
      
      
 il 2 Gen 2019
            matlab code to find the largest distance from each point in a convex hull
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 31 Ott 2017
        boundary() to find the points that correspond to the convex hull. Use the indices returned to extract the points. pdist2() from each point you wish to test to each point on the hull. squareform() and max()
0 Commenti
Più risposte (1)
  Bruno Luong
      
      
 il 2 Gen 2019
        This is a method that provides the maximum distance that has better complexity than computing distance of all pairs as other answer
0 Commenti
Vedere anche
Categorie
				Scopri di più su Bounding Regions 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!


