This document provides an introduction and overview of Matlab. It outlines the main Matlab screen components, discusses variables, arrays, matrices and indexing. It also covers basic operators, plotting functions, flow control, using M-files and writing user-defined functions. The key topics covered in 3 sentences or less are: Matlab allows matrix operations and plotting, has variables without types, and functions can be defined and saved in M-files to be called from the command window or other code.