This document provides an overview of MATLAB, including: - MATLAB is a program for numerical computation originally designed for linear algebra problems using matrices. It has since expanded to other types of scientific computations and graphics. - The main components of the MATLAB interface are the command window, workspace, history, and editor. Help is accessed using commands like help, doc, and demo. - MATLAB treats all variables as matrices and supports vectors, scalars, and relational, logical, and math operators on matrices. Functions include trigonometric, exponential, logical, and matrix functions. - Plots can be generated by passing vectors to plot, and annotated using commands like title, xlabel, ylabel, and legend. Flow control includes if/