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

版本 1.0.0.0 (1.9 KB) 作者: Hasenearl
Calculates the sunrise and sunset times for any day.
139.0 次下载
更新时间 2017/1/23

查看许可证

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'.

引用格式

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. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0