Week 5: MATLAB Programming Best PracticesIn 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 FilesThe 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) SubmissionEmail your code as a zip archive to the staff mailing list (nens230@gmail.com) with [Assignment 5] in the subject line. SolutionAn example of a clear, fast implementation of the event-triggered average: Assignment 5 Solution (zip) |