-
Notifications
You must be signed in to change notification settings - Fork 164
/
Contents.m
executable file
·29 lines (29 loc) · 1.36 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% The m-files of the MSS (Marine Systems Simulator) toolbox are fully
% compatible with MATLAB (https://www.mathworks.com) and the free software
% GNU Octave (https://www.octave.org), facilitating broad accessibility and
% application in marine systems simulation. It includes models for ships,
% underwater vehicles, uncrewed surface vehicles, and floating structures.
% The library also contains guidance, navigation, and control (GNC) blocks
% for real-time simulation.
%
% To begin using the MSS toolbox, ensure it is installed and properly set
% up in your MATLAB/Octave environment. Copy the directory MSS/... to your
% computer and "add the path with subfolders" to Matlab/Octave.
%
% >> mssHelp - Online Quick Reference Guide
%
% Useful demonstrations and examples:
%
% Book examples /MSS/mssExamples/
% GNC m-file demos /MSS/mssDemos/
%
% The algorithms are described in the lecture notes available at
% https://wiley.fossen.biz, and in the book by T. I. Fossen (2021),
% Handbook of Marine Craft Hydrodynamics and Motion Control, 2nd edition,
% published by John Wiley & Sons Ltd.
%
% The Simulink library includes demos and templates for simulation of WAMIT
% and ShipX vessel and RAO data, located under /MSS/SIMULINK/. The Simulink
% library is opened by typing
%
% >> mssSimulink (not availaible in GNU Octave)