Matlab Assignment | Homework Help Websites
November 14th, 2018
Project 2
Don't use plagiarized sources. Get Your Assignment on
Matlab Assignment | Homework Help Websites
Just from $13/Page
Matlab Skills so far – Review
- Script ( %% ) structure
- Appropriate variable declaration and usage
- Scalar, Vector, Matrix
- Calculations
- math
- Output control
- Formatting
- Plotting
- Decision making
- Relational statements – if
- Loops
- for
- while
- Data I/O
- Reading and writing data files
Project – Weather study2
- You’re provided with a 10 year data set of weather data of min max temperatures and rainfall as collected at Raleigh-Durham International Airport by NOAA.
- The data set contains dates of readings of specific dates in oF, and rainfall in inches
- Dates are in generic number format with 1/1/2007 = 39083
- Construct a program that evaluates the data set and finds the following.
- Calculating the average monthly temperatures.
- Calculating the average monthly rainfalls
- Present your findings in a table format to the console as well as a 2 panel plot showing temperature and rainfall vs time.
Project – Weather study
Project – Weather study
- Requirements
- A well documented script ( .M ) file that will be uploaded to BB.
- A screen shot of your programs output that will uploaded to BB.
- A 1 page summary of your project that includes the following elements:
- Introduction – explain what the project is about
- Approach – a 1 paragraph summary of the approach you undertook in building your program. Alternate approaches evaluated or you might have undertaken.
- Conclusion – Success or failure of the approach in yielding expected results and in the case of the latter what would/could be done differently.
- Print out your source file and your screenshots and append these to your project summary page