This plot shows the price of oil.
% time1448 and data1448 available for use
% for Price of Gold (per ounce)
%
% Price of Oil (per barrel)
% time vector is: time1449
% data vector is: data1449
hold all
plot(time1449,data1449,'o-')
hold off
datetick
title('Oil Prices')
ylabel('Commodity')
legend({'Oil'},...
'Location','West')
data points
Created 17 Feb 2012 by Rob Nickerson
246 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 17 Feb 2012 by Rob Nickerson
115 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments