[t yr mo day rad] = textread('Ohare_Solar.txt','%d%d%d%d%f','headerlines',1);
figure(1);
boxplot(rad,mo);
xlabel('Month');
ylabel('Daily Average Radiation');
title('Figure 3.8: Solar Radiation Levels in 2005');
