Included from trend description:
Returns the number of points won by Paris Saint-Germain. Url used:
% season 2011-2012 finished 20 May 2012 % season 2012-2013 started 11-Aug-2012 %loc = max(find(time1224<735012)) % %60 plot(time1224(1:60),data1224(1:60), 'o-','displayname','2011-2012'); hold on plot(time1224(61:end),data1224(61:end), 'ro-','displayname','2012-2013'); ylim([0 max(data1224)+2]) title(['Number of points of Paris Saint Germain : ' int2str(data1224(end))]) grid on datetick legend show set(gcf,'color','cyan')
data points
Created 20 Jan 2012 by Aurelien Queffurust (1 Like)
185 views (30 days)
This trend is associated in this plot (though may not be used.)
3 comments
for year = 2012:1:+Inf
nb_PSG_points = nb_Olympique_Lyonnais_points -3;
end
lol pour la saison 2011-2012 ton code ne marchera pas
@29 Jul 2012 06:06:46 , all the scores are reset for the new season 2012-2013