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

Star Strider
Star Strider 2012년 7월 18일
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에 대해 자세히 알아보기

질문:

2012년 7월 18일

답변:

2019년 9월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by