how to know the coordinates when I know the one coordinates, angle and distance between two coordinates?

6 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Walter Roberson
Walter Roberson el 24 de Jul. de 2022
Trig. r*sin(theta), r*cos(theta) gives offsets, add the starting location to get final location.
Watch out for degrees and radians

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by