perpendicularity vectors, unit vector
    조회 수: 5 (최근 30일)
  
       이전 댓글 표시
    
Hello
So i have 3 curves (red, green and blue) every curve is made od 117 (x,y,z) cordinates. Then i have unit vector for each point on blue curve (cosalpha, cosbeta, cosgama). I need to get the distance betwen the curves using the unit vector. So i made a lot of line representing unit vector (length of vector is unknown). And then i tried to perpendicularity vectors from red/green curve to unit vectors and then using Pythagorean theorem to get the distance. I have no clue how to do it. Im glad for any advice.

댓글 수: 2
  Torsten
      
      
 2022년 1월 4일
				Brute-force method:
Check which of the 117x117 combinations of points yields the smallest value for distance.
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



