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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!