DEM to volumetiric

converts a Digital Elevation Model (or 2.5D data) to a volumetric raster (or true 3D data)

You are now following this Submission

In a DEM height information is strored as h(x,y). This scripts converts h(x,y) to I(x,y,z) based on

(a) if z < h(x,y) then I(x,y,z) = 1
(b I(x,y,z) = 0 otherwise.

Cite As

Dimitris (2026). DEM to volumetiric (https://au.mathworks.com/matlabcentral/fileexchange/26752-dem-to-volumetiric), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: boxcount

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0