Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your Script C Reset MATLAB Documentation 1 8% variables to be used 2 % Inputs 3 % CU3141.-Grades.xlsx is a spreadsheet as described in the
Your Script C Reset MATLAB Documentation 1 8% variables to be used 2 % Inputs 3 % CU3141.-Grades.xlsx is a spreadsheet as described in the problem statement 4 5 % Intermediate 6 % GradesTxt-cell array containing all the text data from the Excel sheet 7 % GradesDat -matrix containing the numeric data from the Excel sheet 8 9 % Outputs 10 % Final-vector of all final grades 11 % AveG rade-ave rage of all final grades 12 % MaXG rade-maximum of all final grades 13 % Maxindex-position of MaxG rade in Final vector 14 % MaxStudent - name of student who earned the maximum grade 15 % Results-character array containing formatted output statement 16 17 %, Inputs-Only edit this section if you are testing this code in MATLAB 18 % There are no inputs for this problem other than the Excel file which you will have to read in. 19 % You wili need to create your own copy of the Excel file to use when you run this code in MATLAB. 20 %% PROGRAM 22 % start writing your program here 23 Your Script C Reset MATLAB Documentation 1 8% variables to be used 2 % Inputs 3 % CU3141.-Grades.xlsx is a spreadsheet as described in the problem statement 4 5 % Intermediate 6 % GradesTxt-cell array containing all the text data from the Excel sheet 7 % GradesDat -matrix containing the numeric data from the Excel sheet 8 9 % Outputs 10 % Final-vector of all final grades 11 % AveG rade-ave rage of all final grades 12 % MaXG rade-maximum of all final grades 13 % Maxindex-position of MaxG rade in Final vector 14 % MaxStudent - name of student who earned the maximum grade 15 % Results-character array containing formatted output statement 16 17 %, Inputs-Only edit this section if you are testing this code in MATLAB 18 % There are no inputs for this problem other than the Excel file which you will have to read in. 19 % You wili need to create your own copy of the Excel file to use when you run this code in MATLAB. 20 %% PROGRAM 22 % start writing your program here 23
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