Included from trend description:
% time1783 and data1783 available for use
% for Apple (Apple) Market Cap
%
% time1784 and data1784 available for use
% for Microsoft (MSFT) Market Cap
%
hold all
plot(time1783,data1783,'o-')
plot(time1784,data1784,'o-')
hold off
datetick('x',6)
title('Apple vs. Microsoft: Market Cap')
ylabel('Cap (B)')
legend({'Apple','MSFT'},...
'Location','West')
data points
Created 05 Aug 2012 by Jim
104 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 05 Aug 2012 by Jim
119 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments