Calculate sunrise and sunset time

Hi all,
I wish to know if it's possible to calculate sunrise and sunset time using one date/time and geographical position ? Maybe a toolbox already exists ?
Thanks,

回答(3 个)

JEREMIE
JEREMIE 2012-7-18

1 个投票

toolbox suncycle.m seems to do that...

1 个评论

After I searched for and found that script, I discovered that Scripps Institute of Oceanography has a large collection of MATLAB files and toolboxes:

请先登录,再进行评论。

Tobias Piechowiak
Tobias Piechowiak 2015-9-16
编辑:Tobias Piechowiak 2015-9-16

0 个投票

The connection between hour angle H, latitude phi and declination of sun delta is: cos(H) = -tan(phi)*tan(delta). delta can be approximated by: delta = sin(T)*23.5 where T is time from 21th, March or 23rd, September in days. Gives good enough results +- 20 min when you assume that H is 0 deg at noon.
Greetings

类别

帮助中心File Exchange 中查找有关 Earth and Planetary Science 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by