Hi students! Week 6 takes us back to MATLAB coding. The big topic is: How to get data into MATLAB and write it back out.
The basic steps in many scientific data processing task are:
- Load data
- Transform, clean and/or process data
- Write cleaned data out to a new file
The material for this week is here”
- Download the expanded slides.
- From now on, labs will use git/GitHub: the repository is here. . (The code files are in the “examples” folder.)
- Optional reading:
- Allaway, ch 9;
- The blog post “An alarming number of scientific papers contain Excel errors” by Christopher Ingraham in the Washington Post.