Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Proper data structure is vital when working with complex and varied data that contains several different features. Using the appropriate data structure and classes can play a major role in the overall effectiveness and efficiency of your code.
Oftentimes, you will find that the format of your data will dictate if a built-in class is to be used, or if you will need to create a custom class for handling your data. Whatever the scenario may be, identifying, creating, and using the correct data structure will make a world of difference in the functionality of your code.
In this MATLAB module, you will discover how to take your understanding of data to the next level by creating an object for your structured data using structure arrays, and how to handle structured data in MATLAB for more complex tasks. You will also discover the various default MATLAB classes, as well as how to create custom classes.
It covers creating an object for your structured data using structure arrays, handling structured data for more complex tasks, the various default MATLAB classes, and how to create custom classes. The lessons are Structured Data, Classes, and Custom Classes.
You will discover the various default MATLAB classes and learn how to identify when built-in/fundamental classes are sufficient and when custom classes are needed, as well as how to create custom classes for your data.
Proper data structure is vital when working with complex and varied data containing several different features, and using the appropriate data structure and classes plays a major role in the overall effectiveness and efficiency of your code.
It addresses skills including data structures, data classes, structured programming, structured analysis and design, data-structured language, and MATLAB.