Lab 7

Chapter 8 - Data Structures - Cell Arrays and Structures

Synopsis
In Lecture 7, we got a brief introduction to cell arrays and structures. These are two, somewhat abstract, data structures that will add a great deal of flexibility to our code. Today, we will play with these data structures to see how they can help us.


Daily Quiz

Quiz 13


Lab 7

Download and work through the m-file below
lab7_20160323.m

Answer Key

lab7key_20160323.m


Final Words

We now know how to create, reference, and modify cell arrays and structures. In the coming lectures, we will begin to use these data structures in unique ways to solve more advanced coding challenges.