Question: please use MATLAB codes Write a function matave that will receive a matrix as an input argument, and will calculate and return the overall average

please use MATLAB codes
Write a function matave that will receive a matrix as an input argument, and will calculate and return the overall average of all numbers in the matrix. Use loops, not built-in functions, to calculate the average. You can assume the input matrix can be at most two- dimensional For example: Test assert (abs (matave ( (4:6; 2:41) -4) 0.001) assert (abs (matave (magic(4)) - 8.5) - 0.001) Re assert (abs (matave ( 12:7; 5:10 4:91) -6.1667)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
