Question: Problem programmed in MATLAB refer to the image below. Help is needed thanks. Write a Matlab function that will receive the following values from the
Problem programmed in MATLAB refer to the image below. Help is needed thanks.
Write a Matlab function that will receive the following values from the main program: X [78, 92, 84, 87, 93, 89, 80, 79] The function should calculate the average and the standard deviation: Average Standard Deviation - n(n -1) The function should return both answers to the main program. The main program should print the results Mean Average 85.25 Standard Deviation 5.89794 Note: You the program must have the 1 function and the built-in functions and standard deviation can not be used. You must put the formulas above into your program yourself
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
