Question: Write a function with header [tm] = myTruncMean(vec), which calculates the mean of the values in vec, not including the minimum and maximum values. If
Write a function with header [tm] = myTruncMean(vec), which calculates the mean of the values in vec, not including the minimum and maximum values. If there are several values equal to the minimum or the maximum, then only one such value should be excluded. Your function can use the built-in Matlab functions mean or sum and not more than one for-loop. Use your function to calculate this truncated mean of myvec.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
