What's New
- Initial release of the
reconLandslideDEM
function. - Features:
- Reconstruct landslide areas from DEM data.
- Apply Gaussian smoothing to enhance terrain visualization.
- Load and process bathymetric and scar shape data.
Installation
- Download the
reconLandslideDEM.m
file. - Place it in your MATLAB working directory.
- Run the function as described in the documentation.
Usage
[X, Y, Z, reconstructedZSmooth] = reconLandslideDEM(1, 20, 'scarfile.dat', 'smoothzone.dat', 'bathymetry.dat');