No BSD License  

Highlights from
meet the family

image thumbnail
from meet the family by nathan q
Visualisation of a family tree in the programming contest.

scoreStair2(t, scoreN, bestIndexList)
function  scoreStair2(t, scoreN, bestIndexList)


h1=line(t,log10(scoreN),'marker','.','color',[0.8 0.8 0.8],'markerfacecolor',[0.8 0.8 0.8], 'marker','o','markersize',3,'linestyle','none');
hold on
h2=stairs(t(bestIndexList),log10(scoreN(bestIndexList)),'k-','linewidth',2);

ylabel('logarithmic score');
set(gca,'ytick',[])
xlabel('time (days)')

Contact us at files@mathworks.com