Angle between sites
[
returns the azimuth and elevation angles between site 1 and siteaz
,el
] = angle(site1,site2
)
[
returns the angles using a specified path type, either Euclidean or great circle
path.az
,el
] = angle(site1,site2
,path
)
[
returns the azimuth and elevation angles with additional options specified by
name-value pairs.az
,el
] = angle(___,Name,Value
)