Find angle in a open curve
조회 수: 1 (최근 30일)
이전 댓글 표시
in image step wise I show the wanted result.... But i am new in matlab in have no coding expernce so plz help me....
댓글 수: 0
채택된 답변
KSSV
2017년 7월 31일
Let P1, P2,P3 be three points....with P2 in middle....get two vectors and use the formula given in this link: https://in.mathworks.com/matlabcentral/answers/101590-how-can-i-determine-the-angle-between-two-vectors-in-matlab
u = P2-P1 ;
v = P2-P3 ;
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!