how to know the coordinates when I know the one coordinates, angle and distance between two coordinates?
조회 수: 3 (최근 30일)
이전 댓글 표시
I know one coordinates (126.4303, 37.4951), angle(108 degrees(true north)), and distance ( 8 nautical mile).
I want to know the coordinates with these information.
How to calculate this coordinates?
If you can explain with code, I will really appreciate it.
Thanks.
댓글 수: 0
답변 (1개)
Walter Roberson
2022년 7월 24일
Trig. r*sin(theta), r*cos(theta) gives offsets, add the starting location to get final location.
Watch out for degrees and radians
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Coordinate Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!