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
2012년 7월 18일
1 개 추천
댓글 수: 1
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:
Meysam Mahooti
2019년 9월 24일
1 개 추천
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!