InstallationΒΆ
Download the latest version of RSKtools from the RBR website or clone the repository.
Add the RSKtools folder to your MATLAB path:
addpath('/path/to/rsktools')
Note
RSKtools requires a working
mksqlitelibrary. Pre-compiled binaries are included for Windows (32/64 bit), Linux (64 bit), and macOS (64 bit). If you need a different version, compile from source using the files in themksqlite-srcdirectory or download from SourceForge.Some derived quantity functions (salinity, density, sound speed, etc.) require the TEOS-10 GSW MATLAB toolbox. Install it separately and add it to your MATLAB path.
After RSKtools has been installed, you may refer to the getting started guide for usage information.