Calculation the coordinate of a point

5 ビュー (過去 30 日間)
Maria
Maria 2014 年 3 月 17 日
回答済み: Walter Roberson 2014 年 3 月 18 日
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 ?
  2 件のコメント
Sara
Sara 2014 年 3 月 17 日
There are infinite points at a given distance from A and they lie on a circle centered in A.
Maria
Maria 2014 年 3 月 17 日
Many thanks to you Sara , but the angle between two points with X axis is also known .

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 3 月 18 日
pol2cart(distance, angle) + known_coordinates

カテゴリ

Help Center および File ExchangeInteractions, Camera Views, and Lighting についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by