필터 지우기
필터 지우기

Vector Calculations on Geographic Data

조회 수: 1 (최근 30일)
Devinya Herath
Devinya Herath 2011년 5월 23일
I have four geographical points: P1, P2, P3 and P4. The coordinates (latitude & longitude pairs) of these points are available. I want to calculate the scaler product between the two vectors P1P2 and P3P4. How can I perform this calculation in Matlab?
Note: These geographic coordinates are relevant to a specific datum (for example: WGS84) and hence do not assume the earth to be spherical.
If these types of calculations are not possible with Matlab, does anybody know a software that can be used for this purpose?
Please help

답변 (1개)

Walter Roberson
Walter Roberson 2011년 5월 23일
How would you solve the problem in classical geometry, finding the scalar product of (x1,y1,z1) to (x2,y2,z2) when neither z1 nor z2 were known?
  댓글 수: 5
Walter Roberson
Walter Roberson 2011년 5월 24일
The altitude values are the same, but you want the WGS84 model to be followed anyhow ??
Devinya Herath
Devinya Herath 2011년 5월 25일
yes. These points are assumed to be at the same hight above (or below) the reference ellipsoid WGS84

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by