find angle between lines
이전 댓글 표시
hello
i need to find the angles between lines
how can i do in code

댓글 수: 1
John D'Errico
2018년 12월 25일
편집: John D'Errico
2018년 12월 25일
As a hint:
That will suffice. Why not try it?
Or, you could find the inclination of each line, best done using atan2. Then subtract. That too will work, as long as you are careful.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Elementary Math에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!