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 operations on matrices and vectors. Basic math, logical, and relational operators are supported.
- Functions include trigonometric, exponential, logical, matrix creation and manipulation, and plotting functions. Flow control includes if/else statements and for/while loops.
- M-files can contain scripts of