Question: MATLAB HELP Create a function called my_sum that computes the sum of the numbers in any vector using a while loop. The function should get
MATLAB HELP

Create a function called my_sum that computes the sum of the numbers in any vector using a while loop. The function should get the vector as an input argument and return the sum as an output argument. Do not use the built in function sum. Test your function on the following vector. 7 21 63 189 567
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
