This document provides an introduction to object-oriented programming (OOP) in MATLAB. It discusses key OOP concepts like classes, objects, properties, and methods. It also demonstrates how to define a class in MATLAB, including specifying properties, methods, and inheritance from superclasses. Examples are provided of creating objects from classes and calling their methods.