The Marine Systems Simulator (MSS) is a Matlab and Simulink library for marine systems (https://www.mathworks.com). The m-files are compatible with the free software GNU Octave (https://www.octave.org). To begin using the MSS toolbox, ensure it is installed and properly set up in your MATLAB environment.
- Download ZIP
- Unzip the file to a desired location on your computer and name the directory MSS.
-
Open MATLAB.
-
From the MATLAB menu, choose "Set Path."
-
Select "Add with Subfolders" and navigate to the unzipped MSS directory. Alternatively, suppose you are already in the top-level folder of the MSS toolbox. In that case, you can set the path directly by executing the following command in the MATLAB command window:
>> addpath(genpath(pwd)) >> savepath
Later, you can update an existing path automatically and remove dead links by using the command
>> mssPath
-
To get started and find help on using the MSS, type the following command in the command window:
>> mssHelp