A = [1:1:5; 6:1:10; 11:1:15]
How to create a eight-element row vector named vc that contains the elements of the second rows of A andthe fourth column of A?? and create a six-element row vector named vd that contains the elements of the first and fifth columns of a?