This document provides an introduction to MATLAB, including:
- MATLAB is a program for numerical computation, originally designed for matrix operations. It has expanded capabilities for data analysis, signal processing, and other scientific tasks.
- The MATLAB desktop includes tools like the Command Window, Workspace, and Figure Window. Common commands are introduced for arithmetic, variables, arrays, strings and plots.
- Arrays in MATLAB can represent vectors and matrices. Commands are demonstrated for creating, manipulating, and performing operations on arrays.