Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started