MATLAB Object-Oriented Programming


Download Read Online
Introduction

Creating software applications typically involves designing the application data and implementing operations performed on that data. Procedural programs pass data to functions, which perform the necessary operations on the data.

Object-oriented software encapsulates data and operations in objects that interact with each other via the object's interface.

The MATLAB language enables you to create programs using both procedural and object-oriented techniques and to use objects and ordinary functions together in your programs.

Customer Reviews