Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 411 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 411 Bytes

swash

Matlab utilities for interacting with the SWASH numerical model (http://swash.sf.net)

This repo contains the following functions:

  • load_dist.m: Load .mat files generated by SWASH into a more easily usable format. The .mat files generated by SWASH create a separate variable for each timestep. This function combines each timestep into an N-dimensional matrix which is more pleasing to work with.