Object-Oriented Programming Onramp Overview
Learn about object-oriented programming, a programming design approach that involves defining elements called objects. Objects combine data (properties) and functions (methods) that operate on that data.
Create custom objects in MATLAB® to model the behavior of devices and systems in the real world and to organize code into logical components.
Topics covered in Object-Oriented Programming Onramp include:
- Using custom objects to simulate a physical system
- Writing class definitions to define custom data types
- Adding functionality to custom class definitions
- Adding protections to make classes robust and easy to use
Published: 28 Oct 2022