%WARNING: Matrix operations are only possible using matrices of the appropriate sizes. %Find the scalar product of 2 times A. Store this product in Ans1. Ans1 = 2*A %Find the product of A and B. Store ...
Create a function that changes the third element of an array given by the user. The function accepts a 1-D vector which has larger than three elements, then it makes the third element 0, and returns ...