Problem:
Question- Write scripts using the array Array1=[1 2 3;4 5 6;7 8 9] for both parts of this problem.
Part 1- Display the following element of Array1: Array1(2,3), Array1([1 3], 2), Array1(:,2)
Part 2- Create a vector containing all the elements of Array1 that are less than 5.
Matlab
Any help would be greatly appreciated!