Included from trend description:
A wealth of real-time data is available from a worldwide system of buoys at the National Data Buoy Center.
% time1261 and data1261 available for use
% for Offshore wind gusts near Cape Cod, MA
%
% Offshore wind gusts near Pensacola, FL
% time vector is: time1262
% data vector is: data1262
plot(time1262,data1262, 'ro-');
hold on
plot(time1261,data1261, 'b+-');
ylabel('Wind Gust (knots)');
legend('Pensacola, FL', 'Cape Cod, MA')
datetick
data points
Created 22 Jan 2012 by Sam Mirsky
101 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 22 Jan 2012 by Sam Mirsky
135 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments