how to know the coordinates when I know the one coordinates, angle and distance between two coordinates?
1 回表示 (過去 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!