Question
Write a MATLAB function named average_of_scores_with_drops: The function will have two inputs and two return values. The first input will be a list of scores.
Write a MATLAB function named average_of_scores_with_drops:
The function will have two inputs and two return values.
The first input will be a list of scores.
The second input will be a postive integer representing the number of scores to drop. It will not be larger than the length of the list.
Your function should determine the average of the scores after dropping the specified number of lowest scores.
The first return value must be a real number equal to the average score.
The second return value must be the number of items that were averaged.
Please help soon because I have a quiz in a few hours, Thanks.
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