Lab 1

Chapter 2 - Vectors and Matrices

Synopsis
In this class, we will get hands-on experience with the topics covered in Chapter 2: Vectors and Matrices. You will learn how to instantiate and manipulate vectors and matrices.


Daily Quiz

Quiz 2


Lab 1

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


Answer Key

Code
lab1key_20160127.m

Output
Lab 1


Final Words

Knowing how to manipulate vectors and matrices is a critical skill in MATLAB. Building a good foundation here will save you a great deal of time on your future projects. As a bonus, many of the techniques learned during this lab carry over to other high-level languages such as Python's numpy module.