script or function for moon phase and position with time, lat and lon as inputs
16 次查看(过去 30 天)
显示 更早的评论
Hi, I am looking for a script or function for moon phase and position with time, lat and lon as inputs. I had a a quick look on FEx and couldn't see anything that easily fits. Anyone aware of any matlab code or other that I can easily call for this information?
0 个评论
采纳的回答
更多回答(2 个)
Matthias Walle
2016-10-6
Hi,
Have you seen the Moon Phases File by Meysam Mahooti? https://de.mathworks.com/matlabcentral/fileexchange/55270-moon-phases
It already calculates the Moon Phases for any given Year. I am not sure why you need the lon and lat inputs since the lunar phases (new moon, full moon, etc) only depend on the position of the earth moon and sun. They don't depend where you are on earth. It just affects the angle from which you see the moon. Of course that might make a difference but I am sure you could add this to the calculation.
I hope this helped,
Matthias
0 个评论
Liviu Ivanescu
2019-8-5
I also need Moon azimuth and elevation position with time, lat and lon as inputs! We don't need that for phase calculation, but just to know where the Moon is. I tried the link:
but that gives the 3D carthesian position of the Moon. It dosn't give Moon azimuth and elevation for a given location on Earth.
1 个评论
Liviu Ivanescu
2019-8-5
May be this:
https://www.mathworks.com/matlabcentral/fileexchange/22992-lunar-azimuth-and-altitude-estimation-algorithm
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Satellite and Orbital Mechanics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!