This document introduces the MATLAB development environment and how it can be used for image processing. MATLAB is a data analysis and visualization tool that uses matrices as its basic data structure. Images are represented as matrices of pixels. The document describes how to load, display, and save images in MATLAB. It also covers image data types and quantization, including how to convert between data types and access portions of image matrices using indexing.