Question
You are given a vector of test scores (tests = [56, 75, 90, 45, 76, 21, 86, 95, 81, 84, 79, 67, 76, 72, 89,
You are given a vector of test scores (tests = [56, 75, 90, 45, 76, 21, 86, 95, 81, 84, 79, 67, 76, 72, 89, 85, 55] ) and you wish to normalize these scores by computing a new vector, normTests, which will contain the test scores on a linear scale from 0 to 100. A zero still corresponds to a zero and the highest test score will correspond to 100. (i.e. curve the tests - the maximum test score should correspond to 100). Also determine the average score after the tests have been normalized and the number of students that passed and failed (fail is any normalized score below 60).
Please answer in MATLAB code
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