why do you need the azimuth in the gcxgc (Intersection points for pairs of great circles, mapping toolbox)
Ältere Kommentare anzeigen
Two great circles that are not identical to one another would always have two intersection points, what does varying the azimuth do? What is the significance of the azimuths chosen in this example? I would like to implement a version of this function in python but I don't understand where the formulas are coming from.
In the documentation for gxgc:
Example
-------
lat1 = 10;
lon1 = 13;
az1 = 12;
lat2 = 0;
lon2 = 20;
az2 = -23;
[ilat,ilon] = gcxgc(lat1,lon1,az1,lat2,lon2,az2)
% ilat =
% 14.0725 -14.0725
% ilon =
% 13.8919 -166.1081
https://www.mathworks.com/help/map/ref/gcxgc.html
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Geographic Plots finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!