diff --git a/+matmap3d/ecef2ned.m b/+matmap3d/ecef2ned.m index 223d8a5..7f03da2 100644 --- a/+matmap3d/ecef2ned.m +++ b/+matmap3d/ecef2ned.m @@ -22,7 +22,7 @@ angleUnit (1,1) string = "d" end -[east, north, up] = ecef2enu(x,y,z,lat0,lon0,alt0,spheroid,angleUnit); +[east, north, up] = matmap3d.ecef2enu(x,y,z,lat0,lon0,alt0,spheroid,angleUnit); down = -up;