Prepare a program in Matlab to add two numbers from two arrays using try catch construct. Initialize two arrays of different size, and then prompt the user to input indexes for each of the two arrays. Add the number from the arrays parallel to the indexes and indicate the result in the try block, if the index exceeds the length of the array, catch block may be executed. Within the catch block show that the addition cannot be performed due to index out of bound error.