load traffic_l1000.dat; j = traffic_l1000(:,1); t = 0.05:0.05:0.95; plot(t,j,'o'); hold on ezplot('x*(1-x)',[0,1]); hold off