% Script file to visualize the original sunspot data: X=load('yearssn.dat'); plot(X(:,1),X(:,2),'k-'); title('Sunspots, from 1700 to 2010'); axis([1690 2011 0 192])