The number of cody problems from MathWorks vs. the community.
% time1350 and data1350 available for use
% for Cody problems from the community team
%
% Cody problems from the community
% time vector is: time1351
% data vector is: data1351
plot(time1351,data1351, 'o-');
hold all;
plot(time1350,data1350, 'o-');
set(gca,'YLim',[0 max(data1351)+20])
datetick('x',2)
legend({'Community Problems','MathWorks Problems'},'Location','NorthWest')
data points
Created 03 Feb 2012 by Josh Natanson
75 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 03 Feb 2012 by Josh Natanson
32 views (30 days)
This trend is associated in this plot (though may not be used.)
1 comment
Which one is which? Could you please add a legend?