[sun_rise, sun_set] = sun_up_down(date, latitude, longitude, daylight_saving, UTC)

Version 1.0.0.0 (1,89 ko) par Hasenearl
Calculates the sunrise and sunset times for any day.
124 téléchargements
Mise à jour 23 jan. 2017

Afficher la licence

First it is important to specify two variables for Matlab to write on as shown in the title. Otherwise you will only see the sunrise time.
The date has to be enter in 'yyyy-mm-dd' format, otherwise it wont work. This date is used to calculate the Julian day. Afterwards the Julian day is used to calculate the sunrise and sunset times.
Latitude and longitude has to be entered in full degrees.
If theres daylight saving active at the specified date and location enter the full hour value your location uses for daylight savings (usually 1 but it can be different) for this value, otherwise enter zero.
For UTC enter the plus or minus value for your location without daylight saving if it is active.
This function calculates the times for sunrise and sunset and writes them on the variables in the format 'hh:mm'.

Citation pour cette source

Hasenearl (2024). [sun_rise, sun_set] = sun_up_down(date, latitude, longitude, daylight_saving, UTC) (https://www.mathworks.com/matlabcentral/fileexchange/61245-sun_rise-sun_set-sun_up_down-date-latitude-longitude-daylight_saving-utc), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Dates and Time dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0