No BSD License  

Highlights from
MATLAB for Engineers

from MATLAB for Engineers by Adrian Biran
Companion Software

bolind1.m
% BOLIND1.M test-basin data of a BOLINDER-type fishing vessel.
%          Data published by the Rome test basin.
%          The meaning of the columns [ V RT 1000*CT ] where
%          V is measured in m/s and RT in kgf.
%          See book, Example 9.6.

bolind1 = [ 0.655 0.230 4.969
0.666 0.250 5.232
0.846 0.420 5.348
0.855 0.465 5.903
1.065 0.780 6.381
1.077 0.805 6.433
1.262 1.200 6.987
1.277 1.245 7.083
1.408 1.650 7.718
1.476 1.900 8.085
1.575 2.330 8.711
1.697 3.090 9.953
1.778 3.910 11.475
1.821 4.600 12.869
1.900 6.00 15.423 ]
% The next array contains [ (speed) (total effective power) ]
% where the speed is measured in knots and the power in metric hp.
bolind2 = [ 3 0.76
4 2.1
5 4.7
6 9.2
7 17.3
8 32.0
9 74.0 ]

Contact us at files@mathworks.com