Question: this is for mathlab Write the function mymedian that receives a row array of numbers as an input argument and returns the median of the
this is for mathlab
Write the function mymedian that receives a row array of numbers as an input argument and returns the median of the numbers. Median is the middle number or the average of the two middle numbers in a sorted array of numbers. Any built-in function may be used, except the median function. Do not use loops. for example if the function receives [3, 8, -2, 12, 17, -7,9), it returns 8 and if it receives [3, 8, -2, 12, 17, -7,9,5), it returns 6.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
