Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can solve this problem on MATLAB? A list of final scores (S) of EAS230 for the Fal I 2018 (in percent out of 100%} is
Can solve this problem on MATLAB?
A list of final scores (S) of EAS230 for the Fal I 2018 (in percent out of 100%} is given in the file EAS230_F18 Scores.txt. The first column is a student virtual person number and the 2nd column is the score. Write a computer program in a script file HW5P1 that must: 1. (2 pts) Load the data in EAS230_F18_Scores.txt and assign every column to a separate variable. For example, PN for the person number and s for the scores 2. (2 pts) Calculate the average (Avg) and standard deviation (SD) of the scores, which are rounded to the nearest integer. You can use the MATLAB built-in functions mean0 and std0 after reading their help. (2 pts) Display the values of Avg and SD using the disp0 function as, Average score = XX% and the Standard Deviation-XX% 3. Blank line" 4. (8 pts) The letter grade corresponding to each score is determined according to the following table. Determine how many A(s), B(s), C(s), D(s), and F(s) in the class. This can be done by using the MATLAB sum ) function on the output of every logical expression in the table. Score, S % Letter Grade S2 Avg + 1.3 SD Avg + 0.5 SD Aug-0.5 SD Avg 1.3 SD SKAug + 1.3 SDI B SStep 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