Question: Write a MATLAB function that will take a (44) matrix as an input argument and will return a (41) array containing the averages of each
Write a MATLAB function that will take a (44) matrix as an input argument and will return a (41) array containing the averages of each of the four rows of the input matrix. As a trial case, enter this 44 matrix. Each row represents a student's score on each of four tests. 985577998762951008587869296888095 Your output should be a column matrix ( 41 ) showing the average of the values in each of the four rows (the test average for each student): 91.573.084.596.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
