Looking at a small array of Star Wars Episodes data set. In this example I present a hardcoded array of data. The same techniques are also used for imported data (e.g., data from Excel file using readcell function).
In this video I show how to:
slice (take out pieces of) data in MATLAB
augment (add more information to) data in MATLAB
use diminution (delete pieces of) data in MATLAB
Here is the code that I wrote in the video along with additional notes: https://www.mathworks.com/matlabcentr...
How to Create Programs in MATLAB tutorial playlist: • How to Create Programs in MATLAB (tutorial)
#MATLAB #learntocode #arrays #slicing #augmenting #diminution #manipulatearrays #engineeringstudent #engineeringstudents #engineering #engineer #coding #code #programming #program
Chapters:
00:00 Understanding the data (6x5 Matrix)
00:39 Slicing an Array (Extracting part of an array)
02:12 Augmenting an Array (Adding arrays together to make a larger array)
04:14 Diminution of an Array (Deleting part/s of an array)