Hillshade

calculates a hillshade for a DEM (matrix)
5,2K Downloads
Aktualisiert 7. Mai 2007

Keine Lizenz

Function to calculate hillshade for a digital elevation model. Derives slope and aspect in radias to calculate shading value between 0 and 255 using a given lighting angle and altitude.

Altitude (angle above ground) and angle (direction/aspect) of lightsource can be given via args.

Derived using ESRIs hillshade algorithm, but uses simple GRADIENT function instead of Horns algorithm for slope calculation - factor 30 more efficient & no need for IP TB. (Thanks to Andrew Stevens)

Pls leave you feedback/rate.

Zitieren als

Felix Hebeler (2026). Hillshade (https://de.mathworks.com/matlabcentral/fileexchange/14863-hillshade), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2006b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert: shadem, demViewer

Version Veröffentlicht Versionshinweise
1.0.0.0

fixed small bug in the options parsing, clearified help.