This document provides an introduction and overview of MATLAB. It discusses what MATLAB is, its main features and interfaces. Some key points covered include:
- MATLAB is a computing environment for doing matrix manipulations, calculations and data analysis. It has specialized toolboxes for tasks like signal processing and system analysis.
- The main interfaces are the command window, workspace, command history and editor window. Commands can be executed directly, through script files or custom functions.
- MATLAB handles matrices and vectors natively and has extensive math and graphics functions. Basic operations include matrix/vector creation, arithmetic, plotting and flow control structures.
- Help is available through the help menu, demos and documentation. Common functions covered