Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.16 KB

How to install MSS for MATLAB.md

File metadata and controls

23 lines (15 loc) · 1.16 KB

How to install MSS for MATLAB

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 the MSS Directory:

  1. Download ZIP
  2. Unzip the file to a desired location on your computer and name the directory MSS.

Set Up MATLAB Path:

  1. Open MATLAB.

  2. From the MATLAB menu, choose "Set Path."

  3. 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
  1. To get started and find help on using the MSS, type the following command in the command window:

    >> mssHelp