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,

Risposte (3)

JEREMIE
JEREMIE il 18 Lug 2012

1 voto

toolbox suncycle.m seems to do that...

1 Commento

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

Accedi per commentare.

Tobias Piechowiak
Tobias Piechowiak il 16 Set 2015
Modificato: Tobias Piechowiak il 16 Set 2015

0 voti

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

Categorie

Scopri di più su Earth and Planetary Science in Centro assistenza e File Exchange

Richiesto:

il 18 Lug 2012

Risposto:

il 24 Set 2019

Community Treasure Hunt

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

Start Hunting!

Translated by