% IAP 2007 Introduction to MATLAB: Programming Practice % Instructor: Violeta Ivanova, violeta@mit.edu % Exercise Two: Writing a Program % Write a MATLAB program to compute the Sun's zenith and azimuth in Boston. % Boston's is located at Latitude 42.3580N; Longitude 71.06W; Altitude 49 ft. % Use functions UNITS and SUN_POSITION from MATLAB Central. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%