Included from trend description:
Unemployment rate in the U.S. from the U.S. Bureau of Labor Statistics (updated monthly).
% time1780 and data1780 available for use
% for Job postings on indeed
%
% Unemployment rate in the U.S.
% time vector is: time1781
% data vector is: data1781
subplot(2,1,1)
plot(time1781,data1781, 'ro-','displayname','unemployment rate of previous month (%)','linewidth',1);
datetick
legend('location','best');
grid
subplot(2,1,2)
plot(time1780,data1780, 'bo-','displayname','# of job postings','linewidth',1);
datetick
legend('location','best');
grid
data points
Created 03 Aug 2012 by ted teng
24 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 03 Aug 2012 by ted teng
30 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments