This document provides an introduction to MATLAB. It discusses that MATLAB is a high-level language for technical computing where everything is a matrix and it is easy to perform linear algebra. It describes the MATLAB desktop interface and valid variable names. It also summarizes how to perform basic operations like addition, subtraction, multiplication, etc. on matrices and vectors. Finally, it outlines various matrix operations, statistical functions, random number generation, and plotting in MATLAB.