Using MATLAB, create the following matrices:
a = [15 22 1]
b = [12 18 5 2]
c = [14 82 0]
Create matrix d from the third column of matrix c.
Combine matrix b and matrix d to create a two-dimensional matrix with rows and 2 columns.
Combine matrix h and matrix d to create matrix f, a one-dimensional matrix with 6 rows and 1 column.
Create matrix g from matrix b and the first three elements of matrix c, with rows and columns.
Create matrix h with the first element equal to 1, the second element equal to 2, and the third element equal to 0.