This document provides an overview of MATLAB basics including:
- MATLAB syntax and variables - commands are executed immediately and results returned
- Common operators like % for comments and ; to suppress output
- Special variables like ans, eps, i, Inf, NaN, pi
- Defining and naming variables - they must be assigned before use
- Creating vectors and matrices - row vectors use spaces/commas, column uses semicolons
- Basic math operations on vectors and matrices