from Ship Hydrostatics and Stability by Adrian Biran
Companion software for the book "Ship Hydrostatics and Stability".

Maestrale.m
%MAESTRALE	Cross-curves of a Maestrale-type ship.
%   Used in Example 10.2, `An application of the wind criteria' of the
%   regulations BV 1033. It can be run by invoking file call_maestrale.
%   The first column includes heel angles in degrees, the second, the
%   stability arm of form, in m.
%   Companion file to Biran, A. (2003), Ship Hydorstatics and Stability.
%   Oxford: Butterworth-Heinemann.

Maestral = [ 
	0	0
	5	0.582
	10	1.159
	15	1.726
	20	2.272
	25	2.785	
	30	3.265
	35	3.706
	40	4.104
	45	4.459
	50	4.769
	55	5.034
	60	5.249
	65	5.416
	70	5.531
	75	5.595
	80	5.610
	85	5.576
	90	5.493 ];

Contact us at files@mathworks.com