Programming and Data Types | ![]() ![]() |
Data Structure
One of the first steps in the design of a new class is the choice of the data structure to be used by the class. Objects are stored in MATLAB structures. The fields of the structure, and the details of operations on the fields, are visible only within the methods for the class. The design of the appropriate data structure can affect the performance of the code.
![]() | Setting Up Class Directories | Tips for C++ and Java Programmers | ![]() |