Week 5: MATLAB Programming Best Practices

In this assignment, you will debug and then improve the clarity, efficiency, and modularity of a function that performs an event-triggered average analysis on electrophysiology data recorded from a salamander retina.
This assignment is due on Tuesday, Oct. 27th, at 9:30am

Files

The description of the assignment can be found here: Assignment 5 (PDF)

Download a zip archive of the code and .mat data files you'll need here: Assignment 5 Files (zip)

Submission

Email your code as a zip archive to the staff mailing list (nens230@gmail.com) with [Assignment 5] in the subject line.

Solution

An example of a clear, fast implementation of the event-triggered average: Assignment 5 Solution (zip)