From 7a7e4a617288ac0ba088c5864e2935391357985c Mon Sep 17 00:00:00 2001 From: Martin Koch <61880738+MartinKoch123@users.noreply.github.com> Date: Tue, 14 May 2024 09:47:45 +0200 Subject: [PATCH] ecef2ned: Add missing namespace --- +matmap3d/ecef2ned.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;