From: Justme on
Good Morning Team,
Thanks again to everyone who have been helping me on some simple and perhaps not so simple questions in the past. I have come asking for help on another problem.

Is there a function in matlab that converts between GPS ellipsoid altitude and Standard sea level? I suppose a bit more specifically, I am trying to created a script that creates plots for certain positions of objects relative to certain earth centered Euler angles. I'm pretty sure there is a function that does this type of conversion to an extent. What it is, is hopefully where I hope someone can help me find.

I appreciate the help once again.

~GJ
From: Justme on
"Justme " <sadsd(a)aol.com> wrote in message <hnvs3h$4e8$1(a)fred.mathworks.com>...
> Good Morning Team,
> Thanks again to everyone who have been helping me on some simple and perhaps not so simple questions in the past. I have come asking for help on another problem.
>
> Is there a function in matlab that converts between GPS ellipsoid altitude and Standard sea level? I suppose a bit more specifically, I am trying to created a script that creates plots for certain positions of objects relative to certain earth centered Euler angles. I'm pretty sure there is a function that does this type of conversion to an extent. What it is, is hopefully where I hope someone can help me find.
>
> I appreciate the help once again.
>
> ~GJ

Just to update. I was informed of this function

[x,y,z] = lv2ecef(xl,yl,zl,phi0,lambda0,h0,ellipsoid)

Is there a way to calculate the angles similarly?