Assignment title: Management
Requirements For this assessment item, you must produce MATLAB code which: 1. Loads the data file. 2. Checks that the values that have been loaded into MATLAB correspond to the values in the data file (code verification). You should confirm this is the case by displaying in the Command Window the first 5 values of wind speed and temperature; you must display a statement that you have confirmed that these values are correct. 3. Plots the data for the wind speed versus time. 4. Plots the data for air density versus time. 5. Computes the power in an undisturbed stream of air. 6. Plots the power in an undisturbed stream of air versus time. 7. Displays a message in the Command Window showing the average power and the maximum power for the entire dataset. You will receive an unusual result for the average power; we will look at how to fix this in Assignment 2. 8. Displays a message in the Command Window showing the average power and the maximum power for the first week of data. 9. Stores the data for the time and power in an ASCII file so that it could be used to plot the power versus time by someone else writing a different code. 10. Has appropriate comments throughout.