Calculate sunrise and sunset time
Mostrar comentarios más antiguos
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,
Respuestas (3)
JEREMIE
el 18 de Jul. de 2012
1 voto
1 comentario
Star Strider
el 18 de Jul. de 2012
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
el 24 de Sept. de 2019
1 voto
Tobias Piechowiak
el 16 de Sept. de 2015
Editada: Tobias Piechowiak
el 16 de Sept. de 2015
0 votos
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
Categorías
Más información sobre Earth and Planetary Science en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!