This document provides an introduction and overview of MATLAB. It discusses what MATLAB is, the basic MATLAB interface and environment, variables and data types, basic math and logical operations, built-in functions, and some examples of basic MATLAB operations. MATLAB stands for Matrix Laboratory and is designed for matrix operations. It allows technical computing problems to be solved quickly using matrices and vectors. The MATLAB environment is command-based and results are displayed in the command window. Help is accessible through the help menu or typing help commands.