MATLAB 7.9
Object-Oriented Programming in MATLAB®
The object-oriented programming capabilities of the MATLAB® language enable you to develop complex technical computing applications faster than with other languages, such as C++, C#, and Java™.
Using capabilities introduced in R2008a, you can define classes and apply standard object-oriented design patterns in MATLAB that let you benefit from code reuse, inheritance, encapsulation, and reference behavior without engaging in the low-level housekeeping tasks required by other languages.
Key Features
- Class definition files, enabling definition of properties, methods, and events
- Handle classes with reference behavior, aiding the creation of data structures such as linked lists
- Events and listeners, allowing the monitoring of object property changes and actions
- JIT-Accelerator support, providing significantly improved object performance
- Development environment support for the creation and use of classes
Learn About Object-Oriented Programming in MATLAB
- Introduction to Object-Oriented Programming in MATLAB (MATLAB Digest)
- Inside MATLAB Objects in R2008a (MATLAB Digest)
- MATLAB Classes and Object-Oriented Programming (documentation)
- Sample code comparisons (MATLAB Central)
Recorded Webinar:
What's New for Object-Oriented Programming in MATLAB
Using engineering examples, this webinar demonstrates how to define classes and work with objects, highlighting the benefits of this programming approach over traditional procedural techniques.
View additional webinars on programming in MATLAB:
Store