Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Advance MATLAB Data Types and Data Structure
Cell Data Type
Defining cells
Access Data in a Cells
Adding and deleting elements from a cell
Concatenating Cells and Passing Cell Contents to a Function
Table Data Type
Defining Tables
Adding descriptions, Units and accessing individual variables
Selecting and reordering rows and columns
Sorting rows of a table
More properties of the table
reading and writing tables
Adding and deleting rows from a table
adding and deleting columns
Storing summary of a table
Time Tables Data Type
Time table data structure
Properties, Sorting, and data selection in time tables
Concatenating timetables
Indexing and retrieving data based on row time
Structures Data Types
Creating Structures
Retrieving data from a field of a structure
Concatenating structures
Storing data of a field in variable
More operations on structures
Map Containers Data Types
Creating Map Containers
More operations on containers and concentation
Data Type Conversions
Introduction to the segment
From other data types to cell
Cell to other data types
Converting other data types to table
Converting from and to table data type
Cell to other data types
Complete and Continue