Answered step by step
Verified Expert Solution
Question
1 Approved Answer
8. An instructor at ME, WSU, would like to calculate the final letter grade for each student based on the final score (the final score
8. An instructor at ME, WSU, would like to calculate the final letter grade for each student based on the final score (the final score is calculated by total sum of homework, quiz, midterm/final exams). The hw, quiz, and exam data for each student are given in Table below, which are also given as a matrix variable, namely "score". The given names and scores in Table are arbitrarily chosen for the sake of hw problem). The "score( 1,1)-7", i.e., the hw#1 score for Isaac. You can download the hw7.mat from the Course Materials, hw#7 assignment in BlackBoard, and save it under your current working directory. To load the data, you need to add "load hw7.mat" in your script. The final score can be calculated using the total sum of the homework, quiz, and exams with an equal weight (a full credit will be 100). The letter grade needs to be assigned based on the final score (see the rubric table below). (2 pt) To receive the full credit, your script lettergrade [YOUR WSUIDL.m) MUST include loop statemen AND "fprintf' to control the loop and display the total score and letter grade for each student, and head count for letter grade on the command window Letter Grade Final Score above 90 between 80-90 between 60-70 below 60 Student | Hw#1 | Hw#2 | Hwa3 | Quiz#1 | Quiz#2 | Quiz#3 Name (10)(10) (10)(10) (10)(10) Isaac Exam Score Grade 10 10 10 15 20 15 10 10 10 17 Katie Alice Mark 10 10 10 10 10 10 10 10 20 Kate 10 10 10 10 15 Chen Fran 10 10 10 10 10 10 19 10 10 10 12 18 20 Fadi Michelle 10 19 10 8. An instructor at ME, WSU, would like to calculate the final letter grade for each student based on the final score (the final score is calculated by total sum of homework, quiz, midterm/final exams). The hw, quiz, and exam data for each student are given in Table below, which are also given as a matrix variable, namely "score". The given names and scores in Table are arbitrarily chosen for the sake of hw problem). The "score( 1,1)-7", i.e., the hw#1 score for Isaac. You can download the hw7.mat from the Course Materials, hw#7 assignment in BlackBoard, and save it under your current working directory. To load the data, you need to add "load hw7.mat" in your script. The final score can be calculated using the total sum of the homework, quiz, and exams with an equal weight (a full credit will be 100). The letter grade needs to be assigned based on the final score (see the rubric table below). (2 pt) To receive the full credit, your script lettergrade [YOUR WSUIDL.m) MUST include loop statemen AND "fprintf' to control the loop and display the total score and letter grade for each student, and head count for letter grade on the command window Letter Grade Final Score above 90 between 80-90 between 60-70 below 60 Student | Hw#1 | Hw#2 | Hwa3 | Quiz#1 | Quiz#2 | Quiz#3 Name (10)(10) (10)(10) (10)(10) Isaac Exam Score Grade 10 10 10 15 20 15 10 10 10 17 Katie Alice Mark 10 10 10 10 10 10 10 10 20 Kate 10 10 10 10 15 Chen Fran 10 10 10 10 10 10 19 10 10 10 12 18 20 Fadi Michelle 10 19 10
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