This document provides an overview of the basics of MATLAB. It covers the following topics in 3 sentences or less each:
- The course outline includes basic setup, variables and arrays, for loops, if statements, user input, saving and loading variables, and plotting.
- The basic setup section explains the layout of MATLAB including tabs for home, plots, and apps as well as the command window and workspace.
- Variables and arrays are then introduced, explaining how variables can hold single numbers or arrays of numbers, and how the colon can be used to generate vectors and address values in arrays.