Object-Oriented Programming Onramp | Self-Paced Online Courses - MATLAB & Simulink (original) (raw)

image for course Object-Oriented Programming Onramp

Object-Oriented Programming Onramp

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.

Course modules

Course Overview

Get an overview of the course and the course example.

Lessons:

Create Custom Classes

Write class definitions that specify properties and functionality of custom data types.

Lessons:

Control Access and Behavior

Add protections to your class definitions that make your classes robust and easy to use.

Lessons:

Conclusion and Next Steps

Learn next steps and give feedback on the course.

Lessons:

Format:Self-paced

Language:English

Language

MATLAB Onramp

Get started quickly with the basics of MATLAB.

The How and Why of Writing Functions

Increase the flexibility of your code by writing custom functions.