Calculation the coordinate of a point
Show older comments
If the distance and angle (with global x axis) between two points is known and the coordinate of one of two points is also known (as (x,y)) , how could we calculate the coordinate of second point ? .
for example point A = (9,7), the distance between Point A and Point B is √61 (61^1/2), the angle between two points with X axis 20 degree, what is the coordinate of point B ?
Answers (1)
Walter Roberson
on 18 Mar 2014
pol2cart(distance, angle) + known_coordinates
Categories
Find more on Interactions, Camera Views, and Lighting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!