A somewhat obvious plot showing the relationship between gas prices and oil prices.
% time1449 and data1449 available for use
% for Price of Oil (per barrel)
%
% Gas Prices in the United States (regular gas, per gallon)
% time vector is: time1499
% data vector is: data1499
hold all
plot(time1499,100*data1499/data1499(1))
plot(time1449,100*data1449/data1449(1))
hold off
datetick
title('The Rise of Oil and Gas Prices')
ylabel('Rate')
legend({'Gas','Oil'},...
'Location','SouthWest')
data points
Created 27 Feb 2012 by Rob Nickerson
159 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 17 Feb 2012 by Rob Nickerson
248 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments