Question: A function in Matlab. This Should be a fnction in Matlab Inputs: 1, an input vector Outputs: 2, an output vector, and a single value
A function in Matlab. 
This Should be a fnction in Matlab
Inputs: 1, an input vector Outputs: 2, an output vector, and a single value Create a User-Defined Function that will accept a vector of at least 3 values as it's INPUT. It will then remove the largest and smallest values from this vector and the OUTPUT will be this new vector as well as the average. For instance if the input is [1 2 345 6], the output will provide [2 3 4 5] and 3.5. The order the values are in for the vector or the outputs is unimportant. Show that you can use this user-defined function by calling it within your homework script
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
