Question: need help with this using matlab Exercise 2 Create the following row vector: y = [3, 2, 1, 4, 5]. Use a for loop to

need help with this using matlab
Exercise 2 Create the following row vector: y = [3, 2, 1, 4, 5]. Use a for loop to find the mean value of the entire 1D array. Count the number of elements using your own counter variable, i.e., do not use, for example, built-in functions such as size or length. Place your code into a .m file Note: In addition, do not use any built-in functions such as sum or mean
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
