Week 6: Cell arrays and Struct arraysIn this assignment, you'll learn to use cell arrays and structure arrays, some of the most useful data structures for organizing complex data in Matlab. In addition, you'll pratice using graphics handles for plotting.
FilesThe description of the assignment can be found here: Assignment 6 (PDF) You can download a zip archive of the .mat data files you'll need here: Assignment 6 Files (zip) SubmissionEmail your code and figures as a zip archive to the staff mailing list (nens230@gmail.com) with [Assignment 6] in the subject line. SolutionOne implementation: Assignment 6 Solution (zip) |