SO503 Honors Modern Methods
Spring 2012
Lab 4: Wind and Storm Surge
Call function in external file to make a stick/tadpole plot.
Create a table.
Calculate regression statistics.
There are two Matlab m files tadpole.m. and sticks.m. These must go into the same directory, and you cannot rename sticks.m Sticks.m was found with a quick google search.
There is an Excel spreadsheet from the 25 January 2010 storm.
You can do any required manipulations of the data file in either Matlab or Excel , but the requirements listed below must be done in Matlab and your code must show how they were done. This data set is relatively short, but your program should be prepared to handle a much larger data set.
General Matlab tips and resources.
Due Tues 15 Feb at1300 hours in the Blackboard dropbox under Assignments for Lab 4, in a single Word Document:
A stick diagram showing the winds for the period covered by the Excel file.
A graph showing the relationship between the tide residual and the barometric pressure.
Compute the correlation coefficient between barometric pressure and tide residual.
Prepare a table showing the time, wind speed, and direction, for all those times when the wind exceeded 25 knots. Design your Matlab code so that it would be easy to change this value if the wind speeds were much different.
Discussion of the following points, as a coherent written discussion:
What the correlation coefficient means in this case.
What other variables you have which you think would have a higher correlation coefficient, and what you would have to do to compute the correlation coefficient.
What the sticks diagram tells you about the wind, and if this offers an improvement over what we did with the GPS data in Excel, Matlab, and the GIS program.
An appendix with your Matlab code, with enough comments for someone to understand you (like you if you have to come back to this kind of problem next fall).