필터 지우기
필터 지우기

Calculation the coordinate of a point

조회 수: 3 (최근 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 CenterFile Exchange에서 3-D Scene Control에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by