Sun Position

Version 2.0 (136 KB) von Jeff Dozier
Contains functions for declination, solar longitude, radius vector, equation of time, times of sunrise and sunset, sun angles and azimuths.
771 Downloads
Aktualisiert 25. Jun 2021

Lizenz anzeigen

Uses the distance function from the MATLAB Mapping Toolbox to calculate the arc distance to the sub-solar location. Includes checkSizes function from my general function library.
EarthEphemeris - Returns the solar declination, Earth-Sun radius vector (distance in astronomical units), solar longitude, and optionally the equation of time.
sunang - Returns cosine of sun angle, its azimuth (0 south, + east), and airmass (path length accounting for Earth curvature). Optionally accounts for refraction.
sunRiseSet - Times of sunrise and sunset.
sunslope - Cosine of illumination angle on slope

Zitieren als

Jeff Dozier (2025). Sun Position (https://de.mathworks.com/matlabcentral/fileexchange/74939-sun-position), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit R2014b und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Geodesy and Mapping finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen
Quellenangaben

Inspiriert: Topographic Horizons

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
2.0

cleaned up internal folder structure

1.2.2

MATLAB functions calculate azimuths clockwise from North. My convention has been to use counter-clockwise from south, positive east, negative west. I added a function to let the user choose which convention to use.

1.2.1

No change in the code. Added an image showing the Global Daylight example.

1.2

Updated one of the examples

1.1.1

uploaded correct version

1.1

removed call to today(), I didn't realize it was in the Financial Toolbox, thanks to Christie for reminder to use clock() instead. Also fixed a glitch in PlotSolarPath.

1.0