Question: Matlab projects, exams, labs, class participation, final project, etc. The assignment is to write a MATLAB program to compute final scores and grades for a
projects, exams, labs, class participation, final project, etc. The assignment is to write a MATLAB program to compute final scores and grades for a set of students. You're going to write a function ComputeScores that takes 3 filenames-a set of scores, a set of weights, and a set of breakpoints and outputs the # of students, the total weights, the students and scores in ascending order by ID, and the students and scores in descending order by final score. The function also returns these values so the function can be tested for correctness. For example, the course web site contains 3 input files named 'scores.csv, 'weights.csv, and 'breaks.csv. The function is called as follows to process these files, and capture the 8 return values: [N, Weights, IDs1, Scoresl, Grades1, IDs2, Scores2, Grades2]- ComputeScores ('scores.csv','weights.csv', 'breaks.csv
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
