Answered step by step
Verified Expert Solution
Link Copied!
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

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

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 S

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial And Temporal Databases 11th International Symposium Sstd 2009 Aalborg Denmark July 8 10 2009 Proceedings Lncs 5644

Authors: Nikos Mamoulis ,Thomas Seidl ,Kristian Torp ,Ira Assent

2009th Edition

3642029817, 978-3642029813

More Books

Students explore these related Databases questions