function [T,Y] = load_student_enrollment() % LOAD_STUDENT_ENROLLMENT - Loads the anuual student enrollment at the university of Iowa. See Table 3.4 % % Checked 2009-05-21 ... no errors found % % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- T = [ 1951:1979 ]; % <- in units of years Y = [ 14348; 14307; 15197; 16715; 18476; 19404 ; 20173; 20645; 20937; 21501; 22788; 23579 ; 25319; 28250; 32191; 34584; 36366; 37865 ; 39173; 40119; 39626; 39107; 39796; 41567 ; 43646; 43534; 44157; 44551; 45572 ];